Skip to content

Commit d8b680a

Browse files
committed
toolchain: Unbuffer build tool messages
1 parent 9259395 commit d8b680a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

toolchain/building.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def _absorb_shell_env(self, script: Path) -> None:
267267

268268

269269
def _banner(msg: str) -> None:
270-
print(f"\n:: {msg}")
270+
print(f"\n:: {msg}", flush=True)
271271

272272

273273
# ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)