From bc85219a769e8e06b7881b543462a9163ac9e432 Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 23 Sep 2024 17:35:23 +0200 Subject: [PATCH] bitwarden --- handle_imported_video.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/handle_imported_video.py b/handle_imported_video.py index 0994d74..8aaa216 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -54,7 +54,9 @@ if os.path.exists(_FULL_PATH): print(seq) print(part) print(json.dumps(video_seq,indent=2)) - os.mkdir(_PROCESSED) + + if not os.path.exists(_PROCESSED): + os.mkdir(_PROCESSED) print(_SEQUENCES) for vid in video_seq: