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; is_writable #16

Closed
stolarczyk opened this issue Aug 9, 2019 · 3 comments · Fixed by #17
Closed

NameError; is_writable #16

stolarczyk opened this issue Aug 9, 2019 · 3 comments · Fixed by #17
Assignees
Labels
bug Something isn't working

Comments

@stolarczyk
Copy link
Member

  File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/ubiquerg/system.py", line 54, in is_writable
    return is_writeable(os.path.dirname(folder), check_exist)
NameError: name 'is_writeable' is not defined
@stolarczyk stolarczyk added the bug Something isn't working label Aug 9, 2019
@stolarczyk stolarczyk self-assigned this Aug 9, 2019
@stolarczyk stolarczyk mentioned this issue Aug 9, 2019
@nsheff
Copy link
Contributor

nsheff commented Aug 9, 2019

it should be named is_writable, not is_writeable

@nsheff
Copy link
Contributor

nsheff commented Aug 9, 2019

5926bb1

@stolarczyk
Copy link
Member Author

stolarczyk commented Aug 9, 2019

that's right. The thing is this commit changed just the function name, but it is used again in the return statement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants