diff -r d2e979738700 -r ec153828ded2 controls/SearchResultPanel.py --- a/controls/SearchResultPanel.py Mon Aug 14 23:38:28 2017 +0300 +++ b/controls/SearchResultPanel.py Tue Aug 15 12:17:51 2017 +0300 @@ -219,7 +219,7 @@ child_name = GenerateName(infos[3:]) child_infos = {"name": child_name, "type": child_type, - "data": (infos, start, end ,None), + "data": (infos, start, end, None), "text": text, "matches": 1, "children": [],