Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
apachedex
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
2
Merge Requests
2
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
nexedi
apachedex
Compare Revisions
master...erp5_expand_other_fixup
Source
erp5_expand_other_fixup
Select Git revision
...
Target
master
Select Git revision
Compare
Commits (1)
apachedex: fixup after changes related to addition of --erp5-expand-other
· fc6baf0c
Sebastien Robin
authored
Jan 23, 2020
fc6baf0c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
__init__.py
apachedex/__init__.py
+1
-1
No files found.
apachedex/__init__.py
View file @
fc6baf0c
...
...
@@ -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
...
...