We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, panoptica creates a temporary file in the output directory:
Do you think we should run this under the hood? @Hendrik-code https://docs.python.org/3/library/tempfile.html
The text was updated successfully, but these errors were encountered:
yes, we can do that. But the tmp file already should be deleted after everything is done, no?
Sorry, something went wrong.
yes, tempfile will take care of this :)
Successfully merging a pull request may close this issue.
Currently, panoptica creates a temporary file in the output directory:
![Screenshot 2025-01-09 at 12 47 42](https://private-user-images.githubusercontent.com/7048826/401525784-82af4c92-604a-4761-916e-6ac54094a98c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MTUyNDQsIm5iZiI6MTczODkxNDk0NCwicGF0aCI6Ii83MDQ4ODI2LzQwMTUyNTc4NC04MmFmNGM5Mi02MDRhLTQ3NjEtOTE2ZS02YWM1NDA5NGE5OGMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDdUMDc1NTQ0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZGQ1YThiZmM2ZmNiODdjZDE4NGViMTRlYWJhZDJiNDcxNzlmNjlkYTVlMGU0Zjc4NDlkMjgxZDQ0YjE1ZWJmNCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.PTnhFtaKWFQ9KBvHmcmd3cFwnB9M8goMjLE6VZS4Zh4)
Do you think we should run this under the hood? @Hendrik-code
https://docs.python.org/3/library/tempfile.html
The text was updated successfully, but these errors were encountered: