Skip to content

Commit

Permalink
Fix pattern for reganecuQH
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmunoznovoa committed Dec 3, 2024
1 parent 6055730 commit c3e356b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cchloader/parsers/reganecuqh.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

class ReganecuQh(Parser):

patterns = ['^([ABC])(\d{1})_reganecuqh_',
'^reganecuqh_']
patterns = ['^([ABC])(\d{1})_reganecuQH_',
'^reganecuQH_']
encoding = "iso-8859-15"
delimiter = ';'

Expand Down

0 comments on commit c3e356b

Please sign in to comment.