test
This commit is contained in:
parent
c75621eed3
commit
dbfc883af1
@ -143,7 +143,7 @@ class Commands():
|
||||
else:
|
||||
return False
|
||||
|
||||
def is_rulematch(function, command_type):
|
||||
def is_rulematch(self, function, command_type):
|
||||
"""Determine if function could be called with a rule match"""
|
||||
rulematch = False
|
||||
if command_type == "command":
|
||||
|
||||
Loading…
Reference in New Issue
Block a user