mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 10:44:52 +01:00
rebase
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
from lib2to3.pygram import python_grammar_no_print_and_exec_statement
|
|
||||||
import os
|
import os
|
||||||
from posixpath import ismount
|
from posixpath import ismount
|
||||||
import sys
|
import sys
|
||||||
@@ -214,7 +213,7 @@ if _ACTION == "join":
|
|||||||
print("Outputs")
|
print("Outputs")
|
||||||
print(proc.stdout)
|
print(proc.stdout)
|
||||||
print(proc.communicate()[0])
|
print(proc.communicate()[0])
|
||||||
print(python_grammar_no_print_and_exec_statement``)
|
print(proc)
|
||||||
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