Fixed spelling error on variables

This commit is contained in:
Anton Hvornum 2021-11-18 16:09:25 +00:00
parent caa83221a7
commit 08468dc1cc
1 changed files with 1 additions and 1 deletions

View File

@ -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: