ds
This commit is contained in:
@@ -1648,7 +1648,7 @@ def get_existing_job(w):
|
|||||||
try:
|
try:
|
||||||
job = Job.fetch(jobid, connection=r)
|
job = Job.fetch(jobid, connection=r)
|
||||||
if isinstance(job.args[1], str):
|
if isinstance(job.args[1], str):
|
||||||
if job.args[1] == w.csvfilename:
|
if job.args[1] == w.csvfilename and len(job.args)==7:
|
||||||
return 1
|
return 1
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|||||||
BIN
rowers/tests/testdata/testdata.tcx.gz
vendored
BIN
rowers/tests/testdata/testdata.tcx.gz
vendored
Binary file not shown.
Reference in New Issue
Block a user