From 2573bf2debe9eb15acaa27da0e1e247d42fce618 Mon Sep 17 00:00:00 2001 From: "ladislav.dusa" Date: Wed, 25 Sep 2024 16:56:54 +0200 Subject: [PATCH] rebase --- handle_imported_video.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/handle_imported_video.py b/handle_imported_video.py index f574bcc..dc3b0f0 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -1,3 +1,4 @@ +from lib2to3.pygram import python_grammar_no_print_and_exec_statement import os from posixpath import ismount import sys @@ -210,9 +211,10 @@ if _ACTION == "join": pbar.update(1) pbar.close() if _TEST: + print("Outputs") print(proc.stdout) print(proc.communicate()[0]) - print(proc) + print(python_grammar_no_print_and_exec_statement``) print("\r\n",end='\n',flush=True) print(f"\rProcess finished with rc: {proc.returncode}",end='\n',flush=True) # get the output