mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 10:44:52 +01:00
rebase
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user