-
Notifications
You must be signed in to change notification settings - Fork 799
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
write_to_textfile
leaves back temp files on errors
#1044
Labels
Comments
Seems reasonable to avoid leaving around tons of temporary files, though they will be cleaned up eventually. I'd be happy to accept a PR. |
ethanschen
added a commit
to ethanschen/client_python
that referenced
this issue
Oct 16, 2024
Signed-off-by: Ethan S. Chen <[email protected]>
ethanschen
added a commit
to ethanschen/client_python
that referenced
this issue
Oct 16, 2024
Signed-off-by: Ethan S. Chen <[email protected]>
ethanschen
added a commit
to ethanschen/client_python
that referenced
this issue
Oct 16, 2024
Signed-off-by: Ethan S. Chen <[email protected]>
PTAL #1066 @calestyo @csmarchbanks |
csmarchbanks
pushed a commit
that referenced
this issue
Oct 25, 2024
Signed-off-by: Ethan S. Chen <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey.
A simple:
which causes an exception:
shows that the module doesn't properly clean up it's temp files on errors, as that file is left over afterwards.
Cheers,
Chris.
The text was updated successfully, but these errors were encountered: