From e6ca9c996ecee0a71717189bd495f74eb475936c Mon Sep 17 00:00:00 2001 From: pauget Date: Fri, 2 Sep 2005 23:45:17 +0200 Subject: [PATCH] Seulement cela pour le debug. darcs-hash:20050902214517-41617-a049a9a41f81941bc342856c054587b5a5de2e39.gz --- gestion/hptools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/hptools.py b/gestion/hptools.py index 1dd7004f..69adea4a 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.host,cmd) + raise ConversationError(r,self.host) return r def get(self,oid) :