on enlve la borne non-configure de la liste

darcs-hash:20060424111255-4ec08-7dd1454dd0dde11fe4747efc2487bd5d0d20cf9d.gz
This commit is contained in:
chove 2006-04-24 13:12:55 +02:00
parent da31d3c9fb
commit 486b27ad13

View file

@ -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