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

Store temporary files in os-agnostic temporary location #25

Closed
JamieJQuinn opened this issue Apr 22, 2021 · 2 comments
Closed

Store temporary files in os-agnostic temporary location #25

JamieJQuinn opened this issue Apr 22, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@JamieJQuinn
Copy link
Collaborator

Currently temporary files created during the remove-restore algorithm are kept in the current working directory. To avoid clutter, these should instead be kept in the os's standard temporary location.

@JamieJQuinn JamieJQuinn added the enhancement New feature or request label Apr 22, 2021
@JamieJQuinn
Copy link
Collaborator Author

Seems like this can be easily done using the tempfile library. See this tutorial.

@JamieJQuinn
Copy link
Collaborator Author

This is no longer relevant now that nearneighbour has been reimplemented (see #65)

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

No branches or pull requests

1 participant