Fix bug in harvest job reports

This commit is contained in:
amercader 2013-02-28 15:47:35 +00:00
parent e82410724a
commit f28dc97f79
1 changed files with 1 additions and 1 deletions

View File

@ -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