Debug (temporaire)
darcs-hash:20050304071339-d1718-972ce10bafb3e804f580e4723ca1166bc5c51d39.gz
This commit is contained in:
parent
9ae7da34fe
commit
ef05652581
2 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,7 @@ def wait_lock(lock_name, lock_comment='', d=None):
|
|||
# On est en mode synchrone
|
||||
return defer.succeed(None)
|
||||
# On appelle le callback car on est en mode asynchrone
|
||||
print "We got the lock, in asynchronous mode"
|
||||
d.callback(None)
|
||||
except AssertionError:
|
||||
# On a pas le lock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue