Typo
This commit is contained in:
parent
9232621b1d
commit
55f8189ffc
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ class SaveGDBResults (ShellCommand):
|
|||
repo.index.add (['gdb.sum',
|
||||
'gdb.log',
|
||||
'baseline'])
|
||||
if os.path.exists ("%s/previous_gdb.sum"):
|
||||
if os.path.exists ("%s/previous_gdb.sum" % repodir):
|
||||
repo.index.add (['previous_gdb.sum'])
|
||||
if repo.is_dirty ():
|
||||
repo.index.commit ('Log files for %s -- branch %s' % (full_tag, branch))
|
||||
|
|
Loading…
Reference in a new issue