This commit is contained in:
ladislav.dusa
2024-09-25 16:47:18 +02:00
parent ebc38ea27d
commit cbe2214d06

View File

@@ -209,6 +209,9 @@ if _ACTION == "join":
pbar.update(1) pbar.update(1)
pbar.close() pbar.close()
if _TEST:
print(proc.stdout)
print(proc.communicate()[0])
print("\r\n",end='\n',flush=True) print("\r\n",end='\n',flush=True)
print(f"\rProcess finished with rc: {proc.returncode}",end='\n',flush=True) print(f"\rProcess finished with rc: {proc.returncode}",end='\n',flush=True)
# get the output # get the output