Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5_fork
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
erp5_fork
Commits
3cd804ea
Commit
3cd804ea
authored
Sep 27, 2022
by
Vincent Pelletier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Products.CMFActivity.Activity.SQLBase: Fold single-use local.
parent
de0b4b3e
Changes
1
Show 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 (
...
@@ -674,10 +674,9 @@ CREATE TABLE %s (
def
distribute
(
self
,
activity_tool
,
node_count
):
def
distribute
(
self
,
activity_tool
,
node_count
):
db
=
activity_tool
.
getSQLConnection
()
db
=
activity_tool
.
getSQLConnection
()
now_date
=
getNow
(
db
)
where_kw
=
{
where_kw
=
{
'processing_node'
:
-
1
,
'processing_node'
:
-
1
,
'to_date'
:
now_date
,
'to_date'
:
getNow
(
db
)
,
'count'
:
READ_MESSAGE_LIMIT
,
'count'
:
READ_MESSAGE_LIMIT
,
}
}
validated_count
=
0
validated_count
=
0
...
...
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