From 4feb49d8c66f4add80a6170b321bc06f5d19b08c Mon Sep 17 00:00:00 2001 From: jaydee Date: Wed, 2 Oct 2024 20:09:17 +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 7338fe8..386fb51 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -234,6 +234,7 @@ if _ACTION == "join": except: pass d_print("Running commad") + os.chdir(_FULL_PATH) #proc = subprocess.Popen(myCmd,stdout=subprocess.DEVNULL,stderr=subprocess.STDOUT) proc = subprocess.Popen(myCmd,stderr=subprocess.STDOUT) # with tqdm(total=100, position=1, desc="Convert") as pbar: