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

Not deleting temporary files causes buildup of temporary files #57

Open
jack-melchert opened this issue Feb 3, 2021 · 1 comment
Open

Comments

@jack-melchert
Copy link
Collaborator

f = tempfile.NamedTemporaryFile(delete=False)

Is there a reason that delete=False? And is there a way of keeping track of these files and deleting them when they are not needed anymore?

@rdaly525
Copy link
Owner

rdaly525 commented Feb 3, 2021

I suspect there was a reason, but I can check if changing that to True causes anything to fail

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

No branches or pull requests

2 participants