try_count is a string
This commit is contained in:
parent
51966d39ba
commit
03383da762
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class DejaResults(object):
|
||||||
out_dict[1][result].add (test_name)
|
out_dict[1][result].add (test_name)
|
||||||
|
|
||||||
def _write_sum_file(self, sum_dict, builder, rev, filename, header = None,
|
def _write_sum_file(self, sum_dict, builder, rev, filename, header = None,
|
||||||
istry = False, branch = "master", try_count = 0):
|
istry = False, branch = "master", try_count = "0"):
|
||||||
global gdb_web_base
|
global gdb_web_base
|
||||||
|
|
||||||
if istry:
|
if istry:
|
||||||
|
|
Loading…
Reference in a new issue