mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
jumbo merge
This commit is contained in:
+1
-2
@@ -57,8 +57,7 @@ def create_paths(opts):
|
||||
if not os.path.exists(folder):
|
||||
try:
|
||||
os.makedirs(folder, exist_ok=True)
|
||||
# print('Creating folder:', folder)
|
||||
except:
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
def fix_path(folder):
|
||||
|
||||
Reference in New Issue
Block a user