Fix stupid typo

This commit is contained in:
Gina Häußge 2017-01-25 16:21:15 +01:00
parent 29a2c6abec
commit 8f3b6dca79

View file

@ -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()