mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 05:47:35 -04:00
minor update
This commit is contained in:
parent
f506201346
commit
974c9e711b
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ def execute(command):
|
|||
if output == '' and process.poll() is not None:
|
||||
break
|
||||
if output:
|
||||
print output.strip()
|
||||
sys.stdout.flush()
|
||||
print(">>> " + output.rstrip())
|
||||
process.stdout.flush()
|
||||
return process.returncode
|
||||
|
||||
def main(argv):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue