Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-ganeti
Commits
805f0c07
Commit
805f0c07
authored
Dec 14, 2008
by
Iustin Pop
Browse files
cleanup: WorkerPool, wrong variable name
Quoting Michael: "why is this even working?" Reviewed-by: imsnah,amishchenko
parent
0b5ad33e
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/workerpool.py
View file @
805f0c07
...
...
@@ -214,7 +214,7 @@ class WorkerPool(object):
"""
self
.
_lock
.
acquire
()
try
:
return
self
.
_ShouldWorkerTerminateUnlocked
(
self
)
return
self
.
_ShouldWorkerTerminateUnlocked
(
worker
)
finally
:
self
.
_lock
.
release
()
...
...
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