Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
135
Merge Requests
135
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
nexedi
erp5
Commits
341dd5b7
Commit
341dd5b7
authored
Apr 25, 2022
by
Arnaud Fontaine
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
py3: Fix global definition.
parent
3cef3d6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
AlarmTool.py
product/ERP5/Tool/AlarmTool.py
+1
-1
No files found.
product/ERP5/Tool/AlarmTool.py
View file @
341dd5b7
...
...
@@ -167,6 +167,7 @@ class AlarmTool(TimerServiceMixin, BaseTool):
# only start when we are the alarmNode
alarmNode
=
self
.
getAlarmNode
()
current_node
=
getCurrentNode
()
global
_check_upgrade
if
alarmNode
==
''
:
self
.
setAlarmNode
(
current_node
)
alarmNode
=
current_node
...
...
@@ -179,7 +180,6 @@ class AlarmTool(TimerServiceMixin, BaseTool):
elif
_check_upgrade
and
self
.
getServerAddress
()
==
alarmNode
:
# BBB: check (once per run) if our node was alarm_node by address, and
# migrate it.
global
_check_upgrade
_check_upgrade
=
False
self
.
setAlarmNode
(
current_node
)
finally
:
...
...
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