Skip to content
Snippets Groups Projects
Unverified Commit 8cd67f7a authored by Christian Clauss's avatar Christian Clauss Committed by GitHub
Browse files

Typo makedirs()!!!

Fixes #390
parent c188fe02
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ if __name__ == "__main__":
with open(fpath) as f:
archive = f.readline()
os.mkdirs(archive, exist_ok=True)
os.makedirs(archive, exist_ok=True)
os.chdir(archive)
AllTools().show_options()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment