diff --git a/gestion/hptools.py b/gestion/hptools.py index 22682d26..c36136b9 100755 --- a/gestion/hptools.py +++ b/gestion/hptools.py @@ -128,7 +128,7 @@ class snmp : def __exec(self,cmd) : s, r = getstatusoutput(cmd) if s : - raise ConversationError(r) + raise ConversationError(r,self.options) return r def get(self,oid) :