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)