-
Notifications
You must be signed in to change notification settings - Fork 193
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
Make temporary folders temporary #1566
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
This reverts commit 4a0f2f2.
This reverts commit 4a0f2f2.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested the functionality and looks good to me
I also sneaked in a Deprecation warning for |
Missing changelog, for next time :) (I'll add something now) |
Sorry for that, and thank you for taking care of the changelog. |
No worries! |
The tests for list left a remnant folder in
/tmp/
namednxf
which I believe to be an undesired behaviour.I also took the opportunity to use pathlib.Path, isort and simplify some of the code in
list.py
(and make it marginally faster).PR checklist
CHANGELOG.md
is updateddocs
is updatedCloses #1565