From 08468dc1cc84be58c77b20f5dc0f8f48df95789c Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Thu, 18 Nov 2021 16:09:25 +0000 Subject: Fixed spelling error on variables --- archinstall/lib/systemd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archinstall') diff --git a/archinstall/lib/systemd.py b/archinstall/lib/systemd.py index 7f732c99..c3beafc0 100644 --- a/archinstall/lib/systemd.py +++ b/archinstall/lib/systemd.py @@ -96,7 +96,7 @@ class Boot: if shutdown.exit_code == 0: storage['active_boot'] = None else: - raise SysCallError(f"Could not shut down temporary boot of {self.instance}", level=logging.ERROR, fg="red") + raise SysCallError(f"Could not shut down temporary boot of {self.instance}: {shutdown}", exit_code=shutdown.exit_code) def __iter__(self): if self.session: -- cgit v1.2.3-54-g00ecf