Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/general.py
diff options
context:
space:
mode:
authorYash Tripathi <tripathiyash97@gmail.com>2021-05-23 00:09:32 +0530
committerYash Tripathi <tripathiyash97@gmail.com>2021-05-23 00:09:32 +0530
commit1d984625c8b18180ad9e62332d32b20c9e2d4c7e (patch)
tree07b28e2f59716f2bbabee6f7d8c052043bbaebae /archinstall/lib/general.py
parent9a9d385d8c9936dc7b2d54aa07c7224f0cc887ef (diff)
parent35974e662459066db6e2ad8538bb83a7dee56028 (diff)
Merge branch 'archlinux:master' into master
Diffstat (limited to 'archinstall/lib/general.py')
-rw-r--r--archinstall/lib/general.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/archinstall/lib/general.py b/archinstall/lib/general.py
index 249c7890..3b62c891 100644
--- a/archinstall/lib/general.py
+++ b/archinstall/lib/general.py
@@ -333,6 +333,10 @@ class SysCommand:
while self.session.ended is None:
self.session.poll()
+ if self.peak_output:
+ sys.stdout.write('\n')
+ sys.stdout.flush()
+
except SysCallError:
return False