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

Importing library leaves behind tmp directories #38

Open
nkrot opened this issue Oct 26, 2018 · 0 comments
Open

Importing library leaves behind tmp directories #38

nkrot opened this issue Oct 26, 2018 · 0 comments
Assignees
Labels

Comments

@nkrot
Copy link

nkrot commented Oct 26, 2018

This is a followup to the issue Running library leaves lots of temporary directories

Turns out tmp directories are created as soon as the library is imported and they are not deleted afterwards. Steps to reproduce:

  1. start python3 in the terminal
  2. type the command
    from DocumentFeatureSelection import interface
  3. Observe 5 new empty directories created in tmp/
  4. Press Ctrl-D to exit python session
  5. Observe tmp directories are still there

Regards,

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

No branches or pull requests

2 participants