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
ab62526c
Commit
ab62526c
authored
Sep 11, 2008
by
Guido Trotter
Browse files
Fix typo in a locking.py comment
Reviewed-by: imsnah
parent
80ee04a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/locking.py
View file @
ab62526c
...
...
@@ -568,7 +568,7 @@ class LockSet:
if
isinstance
(
names
,
basestring
):
names
=
[
names
]
# If we don't already own the set-level lock acquire
it
in an exclusive way
# If we don't already own the set-level lock acquire
d
in an exclusive way
# we'll get it and note we need to release it later.
release_lock
=
False
if
not
self
.
__lock
.
_is_owned
():
...
...
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