Desactivation du dialogue d'exemption, c'est pas pratique de l'avoir
chaque fois... darcs-hash:20050422100602-d1718-62516b03b1f1be8d364299bc8c6e591df1c761bb.gz
This commit is contained in:
parent
3dad81875a
commit
984fa8bc1d
1 changed files with 4 additions and 3 deletions
|
@ -1122,9 +1122,10 @@ def set_machine(machine) :
|
||||||
machine.prise(result[-1])
|
machine.prise(result[-1])
|
||||||
|
|
||||||
# table d'exemption
|
# table d'exemption
|
||||||
if isadm :
|
# Pas pratique de demander à chaque fois
|
||||||
if set_exempt(machine) :
|
#if isadm :
|
||||||
return set_machine(machine)
|
# if set_exempt(machine) :
|
||||||
|
# return set_machine(machine)
|
||||||
|
|
||||||
# Des erreurs ?
|
# Des erreurs ?
|
||||||
if err :
|
if err :
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue