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

NameError: name 'Path' is not defined #1

Closed
kishiyamat opened this issue Jun 4, 2020 · 1 comment
Closed

NameError: name 'Path' is not defined #1

kishiyamat opened this issue Jun 4, 2020 · 1 comment

Comments

@kishiyamat
Copy link

kishiyamat commented Jun 4, 2020

There is a NameError in summary_and_plot.py (line 100). Just importing the module may resolve this issue.

$ python summary_and_plot.py
Traceback (most recent call last):
  File "summary_and_plot.py", line 100, in <module>
    Path("figures").mkdir(exist_ok=True)
NameError: name 'Path' is not defined
@RyoOzaki
Copy link
Owner

Thank you for your co-operation!
I fixed the NameError.

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

No branches or pull requests

2 participants