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
108
Merge Requests
108
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
201057e6
Commit
201057e6
authored
Sep 13, 2019
by
Julien Muchembled
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix identation
parent
7eb9a766
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
ERP5Site.py
product/ERP5/ERP5Site.py
+7
-7
No files found.
product/ERP5/ERP5Site.py
View file @
201057e6
...
...
@@ -2486,14 +2486,14 @@ def initialize(self):
error
=
1
)
time
.
sleep
(
5
)
try
:
TimerServer
=
sys
.
modules
[
'Products.TimerService.timerserver.TimerServer'
]
TimerServer
=
sys
.
modules
[
'Products.TimerService.timerserver.TimerServer'
]
except
KeyError
:
try
:
# BBB
TimerServer
=
sys
.
modules
[
'timerserver.TimerServer'
]
except
KeyError
:
# There's no point installing ERP5 automatically
# if there's no timer service configured.
return
try
:
# BBB
TimerServer
=
sys
.
modules
[
'timerserver.TimerServer'
]
except
KeyError
:
# There's no point installing ERP5 automatically
# if there's no timer service configured.
return
TimerRequest
=
TimerServer
.
TimerRequest
def
traverse
(
*
args
,
**
kw
):
del
TimerRequest
.
traverse
...
...
Julien Muchembled
@jm
mentioned in commit
73e6d592
·
Sep 13, 2019
mentioned in commit
73e6d592
mentioned in commit 73e6d5923a5e19ba3c7ec8f2e7949cd749314d2d
Toggle commit list
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