From 55f8189ffc41b5aec6184edc5204a43bda006a71 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Sun, 8 Feb 2015 17:15:55 -0500 Subject: [PATCH] Typo --- lib/gdbgitdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gdbgitdb.py b/lib/gdbgitdb.py index 424c4fe..cad79a4 100644 --- a/lib/gdbgitdb.py +++ b/lib/gdbgitdb.py @@ -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))