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:
|
if last_object:
|
||||||
job_obj.finished = last_object.import_finished
|
job_obj.finished = last_object.import_finished
|
||||||
else:
|
else:
|
||||||
job.obj.finished = job['gather_finished']
|
job_obj.finished = job['gather_finished']
|
||||||
job_obj.save()
|
job_obj.save()
|
||||||
# Reindex the harvest source dataset so it has the latest
|
# Reindex the harvest source dataset so it has the latest
|
||||||
# status
|
# status
|
||||||
|
|
Loading…
Reference in New Issue