Skip to content

Commit

Permalink
Merge pull request #378 from Googulator/message-fix
Browse files Browse the repository at this point in the history
Fix "Bootstrapping" message being printed too late in bwrap runs
  • Loading branch information
fosslinux authored Dec 28, 2023
2 parents 813ec94 + bb067d2 commit c1a1ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def check_types():

def bootstrap(args, generator, target, size):
"""Kick off bootstrap process."""
print(f"Bootstrapping {args.arch}")
print(f"Bootstrapping {args.arch}", flush=True)
if args.chroot:
find_chroot = """
import shutil
Expand Down

0 comments on commit c1a1ef6

Please sign in to comment.