Typos
This commit is contained in:
parent
48c3009733
commit
afdae8c4ad
1 changed files with 3 additions and 1 deletions
|
@ -798,7 +798,9 @@ class ComputeTryBuildCount (steps.BuildStep):
|
|||
count = c.fetchone ()[0]
|
||||
con.close ()
|
||||
|
||||
self.setproperty ('try_count', count, 'ComputeTryBuildCount')
|
||||
self.setProperty ('try_count', count, 'ComputeTryBuildCount')
|
||||
|
||||
return 0
|
||||
|
||||
|
||||
def scheduler_is_racy (step):
|
||||
|
|
Loading…
Reference in a new issue