Try matter fix
This commit is contained in:
parent
af7f2a02d1
commit
7ae074b4f2
@ -171,7 +171,7 @@ class Rule_Matcher
|
||||
var keyu = string.toupper(keyi)
|
||||
if isinstance(m, map)
|
||||
for k:m.keys()
|
||||
if string.toupper(k)==keyu
|
||||
if string.toupper(str(k))==keyu
|
||||
return k
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user