From f9e01741ddc7509ed09df5f97c61a7380538a584 Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 23 Sep 2024 15:45:37 +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 bb03b3d..9ef1681 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -77,5 +77,6 @@ if os.path.exists(_FULL_PATH): print(_FULL_PATH) myCmd = 'ffmpeg -i concat:"' + join_s + '" ' + export_name print(myCmd) + print(os.getcwd()) status, output = subprocess.getstatusoutput(myCmd) print(output) \ No newline at end of file