diff --git a/lib/gdbcommand.py b/lib/gdbcommand.py index 583b873..c3815cb 100644 --- a/lib/gdbcommand.py +++ b/lib/gdbcommand.py @@ -27,8 +27,8 @@ class CopyOldGDBSumFile (ShellCommand): switch_to_branch (builder, branch) try: - copyfile ("%d/%d/gdb.sum" % (wb, builder), - "%d/%d/previous_gdb.sum" % (wb, builder)) + copyfile ("%s/%s/gdb.sum" % (wb, builder), + "%s/%s/previous_gdb.sum" % (wb, builder)) except IOError: # If the dest file does not exist, ignore pass