mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
minor update
This commit is contained in:
parent
3fee1a6193
commit
5f2b10b8a6
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ def execute(command):
|
|||
while True:
|
||||
output = process.stdout.readline()
|
||||
if output:
|
||||
line = output.decode('ascii').rstrip()
|
||||
line = output.decode('utf-8').rstrip()
|
||||
print(">>> " + line)
|
||||
process.stdout.flush()
|
||||
ret = process.poll()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue