Erreur plus explicite
darcs-hash:20040930224506-41617-fd6646604f48f2d225062bb7178747a16f2a21b6.gz
This commit is contained in:
parent
843ec90b95
commit
b6e6dfa2f3
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ class sw_chbre(hpswitch) :
|
|||
else :
|
||||
self.prise = int(prise[1:])
|
||||
except :
|
||||
raise ValueError('Chambre inconnue')
|
||||
raise ValueError('Chambre %s inconnue' % chbre)
|
||||
|
||||
# Config snmp
|
||||
self.get, self.set, self.walk = config_snmp_secrete(snmp,self.switch)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue