mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
more detailed comment
This commit is contained in:
parent
ed9a02af65
commit
8ea8f361a1
1 changed files with 2 additions and 1 deletions
|
|
@ -20,7 +20,8 @@
|
|||
#
|
||||
# The optional one_shot parameter causes the attempt to acquire the
|
||||
# lock to instead raise a KeyError exception if someone else is already
|
||||
# holding a valid lock.
|
||||
# holding a valid lock. This is used in situations where a process
|
||||
# doesn't insist on doing the actions guarded by the lock.
|
||||
|
||||
import time, random
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue