vitessce-python icon indicating copy to clipboard operation
vitessce-python copied to clipboard

Clean Up Temp Directory After "Close"

Open ilan-gold opened this issue 4 years ago • 1 comments

@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.

ilan-gold avatar Mar 04 '21 17:03 ilan-gold

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

keller-mark avatar Mar 04 '21 17:03 keller-mark