From a9f743e8ba55932e254f19e00840e20f1c97789c Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sat, 12 Feb 2022 18:21:28 +0100 Subject: [PATCH] Added debug information --- archinstall/lib/general.py | 1 + 1 file changed, 1 insertion(+) diff --git a/archinstall/lib/general.py b/archinstall/lib/general.py index 0035c85e..7c58bf2f 100644 --- a/archinstall/lib/general.py +++ b/archinstall/lib/general.py @@ -339,6 +339,7 @@ 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: