try_count is str, not int
This commit is contained in:
parent
731c6b1d6e
commit
82ae0cc59d
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class DejaResults(object):
|
|||
f.write (sum_dict[0][k] + ': ' + k + '\n')
|
||||
os.umask (old_umask)
|
||||
|
||||
def write_sum_file(self, sum_dict, builder, branch, rev, istry, try_count = 0):
|
||||
def write_sum_file(self, sum_dict, builder, branch, rev, istry, try_count = "0"):
|
||||
if istry:
|
||||
self.write_try_build_sum_file (self, sum_dict, builder, branch, rev,
|
||||
try_count = try_count)
|
||||
|
|
Loading…
Reference in a new issue