Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Klaus Wölfel
erp5
Commits
3cd804ea
Commit
3cd804ea
authored
2 years ago
by
Vincent Pelletier
Browse files
Options
Download
Email Patches
Plain Diff
Products.CMFActivity.Activity.SQLBase: Fold single-use local.
parent
de0b4b3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
product/CMFActivity/Activity/SQLBase.py
product/CMFActivity/Activity/SQLBase.py
+1
-2
No files found.
product/CMFActivity/Activity/SQLBase.py
View file @
3cd804ea
...
...
@@ -674,10 +674,9 @@ CREATE TABLE %s (
def
distribute
(
self
,
activity_tool
,
node_count
):
db
=
activity_tool
.
getSQLConnection
()
now_date
=
getNow
(
db
)
where_kw
=
{
'processing_node'
:
-
1
,
'to_date'
:
now_date
,
'to_date'
:
getNow
(
db
)
,
'count'
:
READ_MESSAGE_LIMIT
,
}
validated_count
=
0
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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