mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 11:18:08 -06:00
Fixed indentation error
This commit is contained in:
parent
ebf7916ae0
commit
c8da3bdfdb
@ -91,7 +91,7 @@ def existing_filter():
|
|||||||
def common_error(reason):
|
def common_error(reason):
|
||||||
return wx.MessageDialog(None, reason, _(u"Error"), wx.OK).ShowModal()
|
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()
|
return wx.MessageDialog(None, _("The configuration file is invalid."), _("Error"), wx.ICON_ERROR).ShowModal()
|
||||||
|
|
||||||
def dead_pid():
|
def dead_pid():
|
||||||
|
Loading…
Reference in New Issue
Block a user