Fixing report breakage lock file name
This commit is contained in:
parent
7da1f920da
commit
3ab7c26d1a
1 changed files with 1 additions and 1 deletions
|
@ -423,7 +423,7 @@ send to the gdb-testers mailing list."""
|
||||||
else:
|
else:
|
||||||
# There is no build breakage anymore! Yay! Now, let's see if
|
# There is no build breakage anymore! Yay! Now, let's see if
|
||||||
# we need to clean up any lock file from previous breaks.
|
# we need to clean up any lock file from previous breaks.
|
||||||
lockfile = make_breakage_lockfile_name (cur_change.revision, name, branch)
|
lockfile = make_breakage_lockfile_name (name, branch, cur_change.revision)
|
||||||
if os.path.exists (lockfile):
|
if os.path.exists (lockfile):
|
||||||
# We need to clean the lockfile. Garbage-collect it here.
|
# We need to clean the lockfile. Garbage-collect it here.
|
||||||
os.remove (lockfile)
|
os.remove (lockfile)
|
||||||
|
|
Loading…
Reference in a new issue