We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7bd66 commit 221e595Copy full SHA for 221e595
roboflow/__init__.py
@@ -94,7 +94,7 @@ def login(workspace=None, force=False):
94
95
# make config directory if it doesn't exist
96
if not os.path.exists(os.path.dirname(conf_location)):
97
- os.mkdir(os.path.dirname(conf_location))
+ os.makedirs(os.path.dirname(conf_location))
98
99
r_login = {"workspaces": r_login}
100
# set first workspace as default workspace
0 commit comments