You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
The text was updated successfully, but these errors were encountered:
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'.
The text was updated successfully, but these errors were encountered: