index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Yash Tripathi <tripathiyash97@gmail.com> | 2021-05-23 00:09:32 +0530 |
---|---|---|
committer | Yash Tripathi <tripathiyash97@gmail.com> | 2021-05-23 00:09:32 +0530 |
commit | 1d984625c8b18180ad9e62332d32b20c9e2d4c7e (patch) | |
tree | 07b28e2f59716f2bbabee6f7d8c052043bbaebae /archinstall/lib/general.py | |
parent | 9a9d385d8c9936dc7b2d54aa07c7224f0cc887ef (diff) | |
parent | 35974e662459066db6e2ad8538bb83a7dee56028 (diff) |
-rw-r--r-- | archinstall/lib/general.py | 4 |
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 |