You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add functionality to clean up the archived paths?
If the workdir path is just temporary directories created to store intermediate information before archiving it, the user is currently responsible to clean it up after archiving is complete. It would be great to have maybe a flag in the archive() method itself that could initiate cleanup of the paths archived.
Is it possible to add functionality to clean up the archived paths?
If the
workdir
path is just temporary directories created to store intermediate information before archiving it, the user is currently responsible to clean it up after archiving is complete. It would be great to have maybe a flag in thearchive()
method itself that could initiate cleanup of the paths archived.Maybe something like:
The text was updated successfully, but these errors were encountered: