Skip to content

Commit

Permalink
flush output msgs (#14310)
Browse files Browse the repository at this point in the history
  • Loading branch information
memsharded authored Jul 17, 2023
1 parent a33b856 commit f3518c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conan/api/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ def _write_message(self, msg, fg=None, bg=None):
ret += "{}".format(msg)

self.stream.write("{}\n".format(ret))
self.stream.flush()

def trace(self, msg):
if self._conan_output_level <= LEVEL_TRACE:
Expand Down

0 comments on commit f3518c9

Please sign in to comment.