test
This commit is contained in:
parent
2d250c80ba
commit
9cd2990a3b
@ -65,7 +65,7 @@ def prerun():
|
|||||||
|
|
||||||
|
|
||||||
def rebuild_trigger(comrun, function):
|
def rebuild_trigger(comrun, function):
|
||||||
rule = plugins.rules.Command.from_callable(sb.settings, function)
|
rule = plugins.rules.Command.from_callable(sb.config.config, function)
|
||||||
parse_results = list(rule.parse(""))
|
parse_results = list(rule.parse(""))
|
||||||
match = parse_results[0]
|
match = parse_results[0]
|
||||||
pretrigger = sb.commands.get_pretrigger(comrun.command)
|
pretrigger = sb.commands.get_pretrigger(comrun.command)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user