fix typo
This commit is contained in:
parent
f6c1456abe
commit
1e0376cff6
|
@ -318,7 +318,7 @@ def harvest_jobs_run(context,data_dict):
|
|||
if last_object:
|
||||
job_obj.finished = last_object.import_finished
|
||||
else:
|
||||
job.obj.finished = job['gather_finished']
|
||||
job_obj.finished = job['gather_finished']
|
||||
job_obj.save()
|
||||
# Reindex the harvest source dataset so it has the latest
|
||||
# status
|
||||
|
|
Loading…
Reference in New Issue