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

TypeError: makedirs() got an unexpected keyword argument 'name' #481

Closed
florian-fischer opened this issue May 9, 2019 · 1 comment
Closed
Labels

Comments

@florian-fischer
Copy link

Hi, your implementation of os.makedirs doesn't reflect the official python 3 API https://docs.python.org/3/library/os.html?highlight=os%20makedirs#os.makedirs. Should accept 'name' as parameter.
I'm using your release version 3.5.8.
As far as I can see in the source file fake_filesystem.FakeOsModule.makedirs expects the parameter 'dir_name' instead of 'name'.

@mrbean-bremen
Copy link
Member

Thanks for the report!

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