Skip to content

Commit

Permalink
tty: flush immediately (spack#40774)
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie authored Oct 30, 2023
1 parent 9ed9a54 commit 060a1ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/spack/llnl/util/tty/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ def info(message, *args, **kwargs):
stream.write(line + "\n")
else:
stream.write(indent + _output_filter(str(arg)) + "\n")
stream.flush()


def verbose(message, *args, **kwargs):
Expand Down

0 comments on commit 060a1ff

Please sign in to comment.