Fix accessing property, part 2
This commit is contained in:
parent
8ce57bc25a
commit
cc0a2464a6
1 changed files with 1 additions and 1 deletions
|
@ -577,7 +577,7 @@ def scheduler_is_racy (step):
|
|||
return Property ('scheduler') == 'racy'
|
||||
|
||||
def scheduler_is_not_racy (step):
|
||||
return step.build.properties.getProperty ('scheduler') != 'racy'
|
||||
return Property ('scheduler') != 'racy'
|
||||
|
||||
#######################
|
||||
#### Build Factory ####
|
||||
|
|
Loading…
Reference in a new issue