Fix bug in harvest job reports
This commit is contained in:
parent
e82410724a
commit
f28dc97f79
|
@ -160,7 +160,7 @@ def harvest_job_report(context, data_dict):
|
|||
|
||||
report = {
|
||||
'gather_errors': [],
|
||||
'object_errors': []
|
||||
'object_errors': {}
|
||||
}
|
||||
|
||||
# Gather errors
|
||||
|
|
Loading…
Reference in New Issue