From 279db7852ba8bd26cd7df286c77ba80d1680f793 Mon Sep 17 00:00:00 2001 From: jaydee Date: Wed, 2 Oct 2024 20:01:27 +0200 Subject: [PATCH] bitwarden --- handle_imported_video.py | 1 + 1 file changed, 1 insertion(+) diff --git a/handle_imported_video.py b/handle_imported_video.py index 6a5594b..034bfa1 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -225,6 +225,7 @@ if _ACTION == "join": ] if _TEST: print(" ".join(myCmd)) + print(_FULL_PATH) print(f"Joining {len(parts)} files to {export_name} in {_DAY_DIR}...".ljust(100)) try: os.remove(export_name)