Skip to content

Commit

Permalink
Update tdm_loader/tdm_loader.py
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Dobener <[email protected]>
  • Loading branch information
EspenEnes and domna authored Mar 21, 2024
1 parent 546c23e commit ec7689f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tdm_loader/tdm_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ def channel_group_search(self, search_term):
for x in self._root.findall(".//tdm_channelgroup/name")
if x.text is not None
]

search_term = search_term.upper().replace(" ", "")
found_terms = [
name
Expand Down

0 comments on commit ec7689f

Please sign in to comment.