Allow rules to correct commands that time out
This commit is contained in:
+2
-1
@@ -2,10 +2,11 @@ from collections import namedtuple
|
||||
|
||||
|
||||
Command = namedtuple('Command', ('script', 'stdout', 'stderr'))
|
||||
Script = namedtuple('Script', ('script'))
|
||||
|
||||
Rule = namedtuple('Rule', ('name', 'match', 'get_new_command',
|
||||
'enabled_by_default', 'side_effect',
|
||||
'priority'))
|
||||
'priority', 'requires_output'))
|
||||
|
||||
|
||||
class RulesNamesList(list):
|
||||
|
||||
Reference in New Issue
Block a user