tweak run and exe method
This commit is contained in:
parent
34878b4f0d
commit
09f68ce80c
|
@ -60,4 +60,4 @@ def exeBinFile(fname, command):
|
|||
if frame.eos.isWin():
|
||||
binFile += ".exe"
|
||||
|
||||
frame.eos.exe(f"{binFile} {command}")
|
||||
return frame.eos.exe(f"{binFile} {command}")
|
Loading…
Reference in New Issue