Fixed indentation error

This commit is contained in:
2021-12-22 08:22:36 -06:00
parent ebf7916ae0
commit c8da3bdfdb

View File

@@ -91,7 +91,7 @@ def existing_filter():
def common_error(reason):
return wx.MessageDialog(None, reason, _(u"Error"), wx.OK).ShowModal()
def invalid_configuration():
def invalid_configuration():
return wx.MessageDialog(None, _("The configuration file is invalid."), _("Error"), wx.ICON_ERROR).ShowModal()
def dead_pid():