Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2019-11-29 15:37:44 +0100
committerAnton Hvornum <anton.feeds+github@gmail.com>2019-11-29 15:37:44 +0100
commitf537eee6b35c4f19a347f22209432d3bbeaaa024 (patch)
tree770e204194e12c5ad1d59edb23afec9f680575a3
parent253e52da228183be504b1fd8249dcb7bbad5f011 (diff)
debugging
-rw-r--r--archinstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall.py b/archinstall.py
index 2502b00e..2794b1a8 100644
--- a/archinstall.py
+++ b/archinstall.py
@@ -306,7 +306,7 @@ class sys_command():#Thread):
break
if 'debug' in self.kwargs and self.kwargs['debug'] and len(output):
- print(self.cmd[0], 'gave:', output.decode('UTF-8'), origin='spawn', level=4)
+ print(self.cmd[0], 'gave:', output.decode('UTF-8'))
log(self.cmd[0],'gave:', output.decode('UTF-8'), origin='spawn', level=4)
lower = output.lower()