hideStepIf adjustment
This commit is contained in:
parent
0df7e0067b
commit
baeedd0abb
1 changed files with 1 additions and 1 deletions
|
@ -576,7 +576,7 @@ class CleanupBreakageLockfile (ShellCommand):
|
|||
def scheduler_is_racy (step):
|
||||
return step.getProperty ('scheduler') == 'racy'
|
||||
|
||||
def scheduler_is_not_racy (step):
|
||||
def scheduler_is_not_racy (result, step):
|
||||
return step.getProperty ('scheduler') != 'racy'
|
||||
|
||||
#######################
|
||||
|
|
Loading…
Reference in a new issue