Skip to content

Commit

Permalink
Merge pull request #4 from kqorany/patch-1
Browse files Browse the repository at this point in the history
Update RuleMngt.py
  • Loading branch information
tkerdonc committed Dec 7, 2017
2 parents 058a831 + 615d54e commit eaeda08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/RuleMngt.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def MO_matchmapping( TV, FV, length, arg = None ):
for mappingID, mappingValue in TV.items():
if mappingValue == FV:
return True
return False
return False
elif type(TV) is list:
for mappingValue in TV:
# print ('\t', type (mappingValue), ' <=> ', type (FV), end='|')
Expand Down

0 comments on commit eaeda08

Please sign in to comment.