We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46b6ba6 + e22d010 commit b01a13cCopy full SHA for b01a13c
1 file changed
src/subprocess_runner.py
@@ -38,7 +38,7 @@ def read_stderr():
38
if process.stdout:
39
for line in iter(process.stdout.readline, ""):
40
stdout_lines.append(line.strip())
41
- logging.info("Command output: %s", line.strip())
+ logging.info(line.strip())
42
process.stdout.close()
43
stderr_thread.join()
44
0 commit comments