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:
|
if shutdown.exit_code == 0:
|
||||||
storage['active_boot'] = None
|
storage['active_boot'] = None
|
||||||
else:
|
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):
|
def __iter__(self):
|
||||||
if self.session:
|
if self.session:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue