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

init is broken #44

Closed
stolarczyk opened this issue Nov 26, 2019 · 1 comment
Closed

init is broken #44

stolarczyk opened this issue Nov 26, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@stolarczyk
Copy link
Member

this is due to a typo in a function name:

_is_writable(os.path.dirname(divcfg), check_exist=False)

the one that is defined:

def _is_writeable(folder, check_exist=False, create=False):

@stolarczyk stolarczyk added the bug Something isn't working label Nov 26, 2019
@stolarczyk stolarczyk self-assigned this Nov 26, 2019
@stolarczyk
Copy link
Member Author

we should import it from ubiquerg with correct spelling (writable)

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

No branches or pull requests

1 participant