diff -r 0c20fc810d61 -r 5736d25bb393 ProjectController.py --- a/ProjectController.py Tue Feb 20 11:24:40 2018 +0100 +++ b/ProjectController.py Tue Feb 20 14:16:51 2018 +0100 @@ -68,7 +68,6 @@ MATIEC_ERROR_MODEL = re.compile(".*\.st:(\d+)-(\d+)\.\.(\d+)-(\d+): (?:error)|(?:warning) : (.*)$") - def ExtractChildrenTypesFromCatalog(catalog): children_types = [] for n, d, _h, c in catalog: @@ -1810,9 +1809,9 @@ def _Transfer(self): if self.IsPLCStarted(): dialog = wx.MessageDialog( - self.AppFrame, - _("Cannot transfer while PLC is running. Stop it now?"), - style=wx.YES_NO|wx.CENTRE) + self.AppFrame, + _("Cannot transfer while PLC is running. Stop it now?"), + style=wx.YES_NO | wx.CENTRE) if dialog.ShowModal() == wx.ID_YES: self._Stop() else: