mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-24 11:57:44 +02:00
Fix Pylint warnings.
This commit is contained in:
parent
890d554a84
commit
d812058ecb
4 changed files with 17 additions and 16 deletions
|
@ -166,7 +166,8 @@ class Matcher:
|
|||
)
|
||||
if is_matched == MatchingType.NOT_MATCHED:
|
||||
return False, {}
|
||||
elif matched_groups:
|
||||
|
||||
if matched_groups:
|
||||
for index, element in enumerate(matched_groups):
|
||||
groups[f"#{config_tag_key}{index}"] = element
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue