This commit is contained in:
Sergio Durigan Junior 2017-09-05 10:32:41 -04:00
parent 48c3009733
commit afdae8c4ad

View file

@ -798,7 +798,9 @@ class ComputeTryBuildCount (steps.BuildStep):
count = c.fetchone ()[0] count = c.fetchone ()[0]
con.close () con.close ()
self.setproperty ('try_count', count, 'ComputeTryBuildCount') self.setProperty ('try_count', count, 'ComputeTryBuildCount')
return 0
def scheduler_is_racy (step): def scheduler_is_racy (step):