diff -r f2af2a655868 -r 245644bfcd24 PLCControler.py --- 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):