mirror of
https://github.com/clearml/wexpect-venv
synced 2025-03-13 23:18:11 +00:00
error both?
This commit is contained in:
parent
38c6970c73
commit
8aacdb7cc0
@ -633,7 +633,7 @@ class Wtty:
|
|||||||
' '.join(pyargs),
|
' '.join(pyargs),
|
||||||
f"import sys; sys.path = {spath} + sys.path;"
|
f"import sys; sys.path = {spath} + sys.path;"
|
||||||
f"args = {args}; import wexpect;"
|
f"args = {args}; import wexpect;"
|
||||||
f"wexpect.ConsoleReaderPipe(wexpect.join_args(args), {pid}, cp={cp}, just_init=True)"
|
f"wexpect.ConsoleReaderPipe(wexpect.join_args(args), {pid}, just_init=True)"
|
||||||
)
|
)
|
||||||
|
|
||||||
logger.info(f'CreateProcess: {commandLine}')
|
logger.info(f'CreateProcess: {commandLine}')
|
||||||
|
Loading…
Reference in New Issue
Block a user