on met pas les champs qui commencent par un '<', ca vite v'avoir une borne
qui se retrouve <nvram>vlan darcs-hash:20051125200849-4ec08-10d3703ea37a1b78a2aa3214c00c5116cd9338e0.gz
This commit is contained in:
parent
9358e597eb
commit
49836ba788
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ def list_bornes(bornes) :
|
|||
|
||||
# Données
|
||||
try :
|
||||
l = b.info()[0]
|
||||
l = [x for x in b.info() if not x[0]=='<'][0]
|
||||
if len(l) > 11 :
|
||||
l = l[0:11]
|
||||
except :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue