Bug avec les prises.
darcs-hash:20041206125723-41617-ac3e529b4376a6b2f2878b0c1f957161bb136649.gz
This commit is contained in:
parent
e282b4c256
commit
2fda042789
2 changed files with 19 additions and 15 deletions
|
@ -1858,7 +1858,8 @@ class machine(base_classes_crans) :
|
|||
if new == 'N/A' :
|
||||
self._set('prise',[])
|
||||
self._data.pop('prise')
|
||||
|
||||
return
|
||||
|
||||
if not sre.match('^[a-cg-jmp][0-6][0-5][0-9]$',new.lower()) :
|
||||
raise ValueError('Prise incorrecte')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue