We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea0ff6 commit 792a81aCopy full SHA for 792a81a
src/connection_handler.py
@@ -16,7 +16,7 @@ def log_output(pipe):
16
with pipe:
17
try:
18
for line in iter(pipe.readline, ''):
19
- #print(line, end='')
+ print(line, end='')
20
f.write(line)
21
f.flush()
22
except:
0 commit comments