Commit 11fb0f7d by taufikyu

typo makedirs

1 parent f8f446f0
......@@ -199,7 +199,7 @@ def get_id_card_folder(ext=None):
if ext and os.sep != '/':
ext = ext.replace('/','\\')
if not os.path.exists(folder+ext):
os.mkdirs(folder+ext)
os.makedirs(folder+ext)
return folder + ext
return folder
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!