Bugfixes
darcs-hash:20100118224430-8fbb1-03f00435011d77c6a79dd04f7cf0e891fd46df7d.gz
This commit is contained in:
parent
e91614823e
commit
255742e3d6
2 changed files with 2 additions and 2 deletions
|
@ -2858,7 +2858,7 @@ Contactez nounou si la MAC est bien celle d'une carte.""", 3)
|
|||
break
|
||||
|
||||
if not len(pool_ip):
|
||||
raise RuntimeError(u"Plus d'IP libres dans %s." % ' et '.join(net, ' et '))
|
||||
raise RuntimeError(u"Plus d'IP libres dans %s." % ' et '.join(net))
|
||||
|
||||
else:
|
||||
# L'ip est elle dans le bon sous-réseau ?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue