Fix
This commit is contained in:
parent
d7e4296d8e
commit
14d1488dab
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class DejaResults(object):
|
||||||
# and to the set.
|
# and to the set.
|
||||||
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, istry):
|
def _write_sum_file(self, sum_dict, builder, rev, filename, header = None, istry = False):
|
||||||
global gdb_web_base
|
global gdb_web_base
|
||||||
|
|
||||||
if istry:
|
if istry:
|
||||||
|
|
Loading…
Reference in a new issue