Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
edc92cbe
Commit
edc92cbe
authored
Mar 15, 2019
by
Samuel GAIST
Browse files
[worker] Code cleanup
parent
7931e7f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/core/worker.py
View file @
edc92cbe
...
...
@@ -209,7 +209,7 @@ class WorkerController(object):
elif
status
==
WorkerController
.
EXIT
:
try
:
self
.
workers
.
remove
(
address
)
except
:
except
Exception
:
logger
.
error
(
"Unknown worker: %s"
%
address
)
return
None
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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