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:
Diffstat (limited to 'archinstall/lib/general.py')
-rw-r--r--archinstall/lib/general.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/lib/general.py b/archinstall/lib/general.py
index 41a83651..c102c946 100644
--- a/archinstall/lib/general.py
+++ b/archinstall/lib/general.py
@@ -179,7 +179,7 @@ class sys_command():#Thread):
sys.stdout.flush()
# And print the new output we're peaking on:
- sys.stdout.write(output)
+ sys.stdout.write(output.strip('\r\n '))
sys.stdout.flush()
def run(self):