move binary
This commit is contained in:
@@ -128,7 +128,7 @@ def validateCore(bugName):
|
|||||||
# if patch_result.successful:
|
# if patch_result.successful:
|
||||||
if isfile(join(DATA_PATH,'codeflaws',bugName,bugName+spfile)):
|
if isfile(join(DATA_PATH,'codeflaws',bugName,bugName+spfile)):
|
||||||
|
|
||||||
cmd = 'mv ' + join(DATA_PATH,'codeflaws',bugName,bugName+spfile) + ' ' + join(DATA_PATH,'codeflaws',bugName,bugName)
|
cmd = 'mv ' + join(DATA_PATH,'codeflaws',bugName,bugName+spfile) + ' ' + join(DATA_PATH,'codeflaws',bugName,contestid+'-'+problem+'-'+buggyId)
|
||||||
o, e = shellGitCheckout(cmd)
|
o, e = shellGitCheckout(cmd)
|
||||||
|
|
||||||
output += '@True:' + str(idx) + ':' + patch.split('/')[-1] + '@'
|
output += '@True:' + str(idx) + ':' + patch.split('/')[-1] + '@'
|
||||||
|
|||||||
Reference in New Issue
Block a user