Skip to content

Commit

Permalink
stdout to_stream=False
Browse files Browse the repository at this point in the history
  • Loading branch information
Umit Kablan committed Oct 10, 2024
1 parent 2b812c3 commit eb39210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pleskdistup/common/src/dpkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def process_stdout(line: str) -> None:
if collect_stdout:
nonlocal stdout
stdout.append(line)
log.info("stdout: {}".format(line.rstrip('\n')))
log.info("stdout: {}".format(line.rstrip('\n')), to_stream=False)

def process_stderr(line: str) -> None:
log.info("stderr: {}".format(line.rstrip('\n')))
Expand Down

0 comments on commit eb39210

Please sign in to comment.