Commit fc6baf0c authored by Sebastien Robin's avatar Sebastien Robin

apachedex: fixup after changes related to addition of --erp5-expand-other

parent b3884bbe
......@@ -602,7 +602,7 @@ class ERP5SiteStats(GenericSiteStats):
self.no_module[id_] = new_date_dict
attribute = defaultdict(partial(APDEXStats, threshold, getDuration))
for value_date, data in getattr(self, attribute_id).iteritems():
for value_date, data in getattr(self, 'site_search').iteritems():
attribute[convert(value_date)].accumulateFrom(data)
self.site_search = attribute
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment