Flush every line of output.
Works better when the output is piped through "tee" to a file.
This commit is contained in:
parent
88ad7c5d46
commit
9611ceb460
|
@ -217,6 +217,7 @@ if __name__ == '__main__':
|
|||
SymbolTranslation(groups)
|
||||
else:
|
||||
print line
|
||||
sys.stdout.flush()
|
||||
|
||||
# adb itself aborts
|
||||
stream.close()
|
||||
|
|
Loading…
Reference in New Issue