Encore des problemes de lock...
darcs-hash:20050325221512-d1718-c6daa6ce88c1535669b2790729eee01e4a1bf1e7.gz
This commit is contained in:
parent
b29cfe4aa1
commit
fb97702fc4
1 changed files with 3 additions and 0 deletions
|
@ -257,6 +257,9 @@ class UpdateFactory(protocol.ServerFactory):
|
|||
|
||||
remove_lock('gen_confs.wifi')
|
||||
if len(result) > 5:
|
||||
# debug
|
||||
for line in file("/var/lock/gestion/gen_confs.wifi"):
|
||||
print "lock pour %s: %s" % (host, line)
|
||||
print "We send the following script to %s :" % host
|
||||
print result
|
||||
return result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue