[impression] corrections diverses
darcs-hash:20090609134624-bd074-089e88f81793ae08fbe817a5b97df9089ba1dda1.gz
This commit is contained in:
parent
c2535c1f04
commit
4f69918eba
3 changed files with 11 additions and 12 deletions
|
@ -43,7 +43,7 @@ def etat_canon():
|
|||
msg = _dico['\n'.join(msg)].split('\n')
|
||||
|
||||
if raw_msg[1] == 'warning(3)':
|
||||
msg += (comm.walk('mib-2.43.18.1.1.8').values()
|
||||
msg += [v.replace('"', '') for v in comm.walk('mib-2.43.18.1.1.8').values()]
|
||||
|
||||
except Exception,err:
|
||||
msg.append("[%s]" % unicode(err))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue