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