From f537eee6b35c4f19a347f22209432d3bbeaaa024 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Fri, 29 Nov 2019 15:37:44 +0100 Subject: debugging --- archinstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit v1.2.3-54-g00ecf