wizard.py: fix clearing stack between wizards
try finishing a wizard and then launching a new one: the new one kept building on top of the stack of the prev wizard
This commit is contained in:
@@ -130,7 +130,7 @@ class AbstractWizard:
|
|||||||
self._logger.debug('finished.')
|
self._logger.debug('finished.')
|
||||||
|
|
||||||
def reset(self):
|
def reset(self):
|
||||||
self.stack = []
|
self._stack = []
|
||||||
self._current = WizardViewState(None, {}, {})
|
self._current = WizardViewState(None, {}, {})
|
||||||
|
|
||||||
def log_stack(self, _stack):
|
def log_stack(self, _stack):
|
||||||
|
|||||||
Reference in New Issue
Block a user