Faut l'afficher avant qu'il n'y en ait plus.
darcs-hash:20050326082106-d1718-afb71d3cc12cb444e3e42f96058d1accd0e787d9.gz
This commit is contained in:
parent
fb97702fc4
commit
ed77ca462a
1 changed files with 2 additions and 1 deletions
|
@ -255,11 +255,12 @@ class UpdateFactory(protocol.ServerFactory):
|
||||||
for f in delre:
|
for f in delre:
|
||||||
os.remove(f)
|
os.remove(f)
|
||||||
|
|
||||||
remove_lock('gen_confs.wifi')
|
|
||||||
if len(result) > 5:
|
if len(result) > 5:
|
||||||
# debug
|
# debug
|
||||||
for line in file("/var/lock/gestion/gen_confs.wifi"):
|
for line in file("/var/lock/gestion/gen_confs.wifi"):
|
||||||
print "lock pour %s: %s" % (host, line)
|
print "lock pour %s: %s" % (host, line)
|
||||||
|
remove_lock('gen_confs.wifi')
|
||||||
|
if len(result) > 5:
|
||||||
print "We send the following script to %s :" % host
|
print "We send the following script to %s :" % host
|
||||||
print result
|
print result
|
||||||
return result
|
return result
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue