From 55f5804e4924e3766b165f6ad01aac075bc18c69 Mon Sep 17 00:00:00 2001 From: pauget Date: Fri, 2 Sep 2005 23:26:01 +0200 Subject: [PATCH] Pas toutes les options pour le debug. darcs-hash:20050902212601-41617-ba54d632a7c6c55aaa1b1fe878f30367d824e4e6.gz --- gestion/hptools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/hptools.py b/gestion/hptools.py index c36136b9..1dd7004f 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,self.options) + raise ConversationError(r,self.host,cmd) return r def get(self,oid) :