[ldap_crans] possibilit de dparamtrer la prise d'une machine
Apparemment, _set('prise', []) suffit supprimer l'entre. darcs-hash:20081012011825-ffbb2-91c22805c1f28853d66983b05e8dbdf0fef71786.gz
This commit is contained in:
parent
f9a2aa2491
commit
a73cf27101
1 changed files with 0 additions and 1 deletions
|
@ -2723,7 +2723,6 @@ class Machine(BaseClasseCrans):
|
||||||
if new == 'N/A':
|
if new == 'N/A':
|
||||||
if self._data.has_key('prise'):
|
if self._data.has_key('prise'):
|
||||||
self._set('prise', [])
|
self._set('prise', [])
|
||||||
self._data.pop('prise')
|
|
||||||
return
|
return
|
||||||
|
|
||||||
if not re.match('^[a-cg-jmp][0-6][0-5][0-9]$', new.lower()):
|
if not re.match('^[a-cg-jmp][0-6][0-5][0-9]$', new.lower()):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue