From 95ebbddfcbcaff9fa7bab9e4b07ef6bd166bf5f4 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sat, 12 Feb 2022 18:21:48 +0100 Subject: [PATCH] Added debug information --- archinstall/lib/general.py | 1 - 1 file changed, 1 deletion(-) diff --git a/archinstall/lib/general.py b/archinstall/lib/general.py index 7c58bf2f..0035c85e 100644 --- a/archinstall/lib/general.py +++ b/archinstall/lib/general.py @@ -339,7 +339,6 @@ class SysCommandWorker: except OSError as error: self.ended = time.time() self.exit_code = os.waitpid(self.pid, 0)[1] - print(f'Ended via OSErrpr: {self.exit_code}: {self._trace_log[-100:]}') break if pid_exists(self.pid) is False: