From 1756c1e68d90e6afea8294b5259e029dca3c5205 Mon Sep 17 00:00:00 2001 From: jaydee Date: Wed, 2 Oct 2024 20:10:55 +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 386fb51..0a90ae2 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -235,6 +235,7 @@ if _ACTION == "join": pass d_print("Running commad") os.chdir(_FULL_PATH) + print(os.getcwd()) #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: