Fixing stupid mistake
This commit is contained in:
parent
6cbe15bbbe
commit
165357d83a
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class DejaResults(object):
|
|||
|
||||
def _write_sum_file(self, sum_dict, subdir, revision, filename):
|
||||
global gdb_web_base
|
||||
if not revision:
|
||||
if revision:
|
||||
bdir = os.path.join(gdb_web_base, subdir, revision)
|
||||
else:
|
||||
bdir = os.path.join (gdb_web_base, subdir)
|
||||
|
|
Loading…
Reference in a new issue