diff -r 1c40e3976cc2 -r e783c6beacf1 etherlab/CommonEtherCATFunction.py --- a/etherlab/CommonEtherCATFunction.py Sat Sep 29 15:16:21 2018 +0300 +++ b/etherlab/CommonEtherCATFunction.py Sat Sep 29 15:21:06 2018 +0300 @@ -1588,8 +1588,8 @@ @param mention : Error String """ app_frame = self.Controler.GetCTRoot().AppFrame - dlg = wx.MessageDialog (app_frame, mention, - ' Warning...', - wx.OK | wx.ICON_INFORMATION) + dlg = wx.MessageDialog(app_frame, mention, + ' Warning...', + wx.OK | wx.ICON_INFORMATION) dlg.ShowModal() dlg.Destroy()