Merge pull request #378 from Googulator/message-fix

Fix "Bootstrapping" message being printed too late in bwrap runs
This commit is contained in:
fosslinux 2023-12-28 22:26:36 +00:00 committed by GitHub
commit c1a1ef64e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ def main():
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