Fixed spelling error on variables
This commit is contained in:
parent
caa83221a7
commit
08468dc1cc
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue