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 ca39302 commit 28ae8faCopy full SHA for 28ae8fa
src/superannotate/lib/infrastructure/repositories.py
@@ -34,6 +34,7 @@ def _create_config(self):
34
"""
35
Create a config file
36
37
+ os.makedirs(os.path.dirname(self._config_path), exist_ok=True)
38
open(self._config_path, "w").close()
39
return {}
40
0 commit comments