Commit a0e0f940 authored by Matteo's avatar Matteo
Browse files

update

parent b13b19e6
......@@ -119,7 +119,7 @@ def make_dir(dir_path: str) -> bool:
"""
if not os.path.exists(dir_path):
# Create directory
os.mkdir(dir_path)
os.makedirs(dir_path)
print("Directory '% s' created" % dir_path)
return True
else:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment