From 5cb5820caa44846a994827c3b13d15d47a83a3df Mon Sep 17 00:00:00 2001 From: jaydee Date: Thu, 26 Sep 2024 23:14:24 +0200 Subject: [PATCH] bitwarden --- handle_imported_video.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/handle_imported_video.py b/handle_imported_video.py index 7afa74f..8ee67c0 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -126,7 +126,8 @@ if _ACTION == "flip": shutil.move(export_name, _FILE) filedate.File(_FULL_PATH + _FILE).set(new_date) - except: + except ValueError as e: + print(e) print(f"Failed to move {export_name}") if _ACTION == "join": for _DAY_DIR in _DAY_DIRS: