Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean Up Temp Directory After "Close" #52

Open
ilan-gold opened this issue Mar 4, 2021 · 1 comment
Open

Clean Up Temp Directory After "Close" #52

ilan-gold opened this issue Mar 4, 2021 · 1 comment

Comments

@ilan-gold
Copy link
Collaborator

@keller-mark Correct me if I'm wrong, but I think the temporary directory persists which can get a bit hairy with system memory since it is hard to find. We should add a function or something to clean up/delete the directory once you're "done" with it. Not sure what "done" looks like in code though...what actions cause it to fire.

@keller-mark
Copy link
Member

We can add a __del__ method for AbstractWrapper in which the directory is cleaned up if it was a temporary directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants