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