From cbe2214d06d9083e276a2225b7a456efdfc4cae3 Mon Sep 17 00:00:00 2001 From: "ladislav.dusa" Date: Wed, 25 Sep 2024 16:47:18 +0200 Subject: [PATCH] rebase --- handle_imported_video.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/handle_imported_video.py b/handle_imported_video.py index 3e998f0..ca02a80 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -209,6 +209,9 @@ if _ACTION == "join": pbar.update(1) pbar.close() + if _TEST: + print(proc.stdout) + print(proc.communicate()[0]) print("\r\n",end='\n',flush=True) print(f"\rProcess finished with rc: {proc.returncode}",end='\n',flush=True) # get the output