PLCControler.py
changeset 2551 245644bfcd24
parent 2529 efb532295607
child 2614 6b4061f6ced6
--- a/PLCControler.py	Fri Mar 22 13:26:31 2019 +0100
+++ b/PLCControler.py	Fri Mar 22 13:45:19 2019 +0100
@@ -2749,8 +2749,8 @@
     # -------------------------------------------------------------------------------
 
     def SearchInProject(self, criteria):
-        project_matches =  self.Project.Search(criteria)
-        ctn_matches =  self.CTNSearch(criteria)
+        project_matches = self.Project.Search(criteria)
+        ctn_matches = self.CTNSearch(criteria)
         return project_matches + ctn_matches
 
     def SearchInPou(self, tagname, criteria, debug=False):