etherlab/CommonEtherCATFunction.py
changeset 2382 e783c6beacf1
parent 2378 7aa47c09f8f5
child 2383 6cc3460be285
--- 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()