Fix stupid typo
This commit is contained in:
parent
29a2c6abec
commit
8f3b6dca79
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ def wizardFinish():
|
|||
if name in handled:
|
||||
seen_wizards[name] = implementation.get_wizard_version()
|
||||
except:
|
||||
logging.getLogger(__name__).exceptino("There was an error finishing the wizard for {}, ignoring".format(name))
|
||||
logging.getLogger(__name__).exception("There was an error finishing the wizard for {}, ignoring".format(name))
|
||||
|
||||
s().set(["server", "seenWizards"], seen_wizards)
|
||||
s().save()
|
||||
|
|
|
|||
Loading…
Reference in a new issue