Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
awstats
Commits
19cce6f54b02
Commit
129979d6
authored
Dec 03, 2020
by
Laurent Peuch
Browse files
fix: entity.set_attributes renamed to entity.cw_set in cw 3.15 !
parent
28d2a1137a57
Pipeline
#26029
passed with stage
in 1 minute and 32 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
cubicweb_awstats/ccplugin.py
View file @
19cce6f5
...
...
@@ -176,7 +176,7 @@ class StatsUpdater(object):
else
:
if
hit
.
count
!=
total_hits
:
status
=
'updated'
hit
.
set
_cw
(
count
=
total_hits
)
hit
.
cw_
set
(
count
=
total_hits
)
else
:
status
=
'exists no change'
return
status
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment