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

mkdtemp missing brackets #4

Closed
rijobro opened this issue Aug 24, 2020 · 0 comments · Fixed by #5
Closed

mkdtemp missing brackets #4

rijobro opened this issue Aug 24, 2020 · 0 comments · Fixed by #5

Comments

@rijobro
Copy link
Contributor

rijobro commented Aug 24, 2020

In a few places (e.g., 3rd cell here), we have:

root_dir = tempfile.mkdtemp if directory is None else directory

which is missing the brackets:

root_dir = tempfile.mkdtemp() if directory is None else directory

Might be worth grepping and replacing all mkdtemp[space] with mkdtemp()[space].

@rijobro rijobro changed the title mkd mkdtemp missing brackets Aug 24, 2020
@rijobro rijobro mentioned this issue Aug 24, 2020
@wyli wyli closed this as completed in #5 Aug 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant