Argh, stupid mistake
This commit is contained in:
parent
7595196cc7
commit
0cbf7ca807
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ class CopyOldGDBSumFile (ShellCommand):
|
||||||
switch_to_branch (builder, branch)
|
switch_to_branch (builder, branch)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
copyfile ("%d/%d/gdb.sum" % (wb, builder),
|
copyfile ("%s/%s/gdb.sum" % (wb, builder),
|
||||||
"%d/%d/previous_gdb.sum" % (wb, builder))
|
"%s/%s/previous_gdb.sum" % (wb, builder))
|
||||||
except IOError:
|
except IOError:
|
||||||
# If the dest file does not exist, ignore
|
# If the dest file does not exist, ignore
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in a new issue