Private
Public Access
1
0
This commit is contained in:
2023-09-21 09:08:52 +02:00
parent d23b71e9f3
commit 8eac0a48f7
2 changed files with 1 additions and 1 deletions

View File

@@ -1648,7 +1648,7 @@ def get_existing_job(w):
try:
job = Job.fetch(jobid, connection=r)
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
except:
pass

Binary file not shown.