fix list info recognition
This commit is contained in:
parent
1ff1bacee7
commit
4379a5e929
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ class MobileRegex():
|
|||
|
||||
"""
|
||||
return (info in ["FieldStateOption"] or
|
||||
info in commands.Command.__subclasses__() or
|
||||
info in [scls.__name__ for scls in
|
||||
commands.Command.__subclasses__()] or
|
||||
re.match(r"[^" + SUBINFO_SEP + r"]" +
|
||||
SUBINFO_SEP + r"If.*", info))
|
||||
# If clauses for commands
|
||||
|
|
Loading…
Reference in a new issue