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
What happened:
When creating a new directory using the AzureBlobFileSystem, mkdir has no effect if the exist_ok flag is True, even though the container does not exist.
What you expected to happen:
The container to be created, and if the code is run again, no exception will be raised
What happened:
When creating a new directory using the AzureBlobFileSystem,
mkdir
has no effect if theexist_ok
flag is True, even though the container does not exist.What you expected to happen:
The container to be created, and if the code is run again, no exception will be raised
Minimal Complete Verifiable Example:
Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered: