on enlve la borne non-configure de la liste
darcs-hash:20060424111255-4ec08-7dd1454dd0dde11fe4747efc2487bd5d0d20cf9d.gz
This commit is contained in:
parent
da31d3c9fb
commit
486b27ad13
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ uptimes = bornes_uptime()
|
||||||
|
|
||||||
for b in bornes:
|
for b in bornes:
|
||||||
infos = filter(lambda x: not x.startswith("<"), b.info())
|
infos = filter(lambda x: not x.startswith("<"), b.info())
|
||||||
if not infos:
|
|
||||||
|
if not infos or b.nom().split('.')[0]=="non-configure":
|
||||||
# Rien à propos de cette borne...
|
# Rien à propos de cette borne...
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue