diff --git a/handle_imported_video.py b/handle_imported_video.py index 0a90ae2..096bb2b 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(_FULL_PATH) print(os.getcwd()) #proc = subprocess.Popen(myCmd,stdout=subprocess.DEVNULL,stderr=subprocess.STDOUT) proc = subprocess.Popen(myCmd,stderr=subprocess.STDOUT)