umm... java makes me forget 'self' is not implicit
authorShikhar Bhushan <shikhar@schmizz.net>
Tue, 27 Oct 2009 20:51:47 +0000 (21:51 +0100)
committerShikhar Bhushan <shikhar@schmizz.net>
Tue, 27 Oct 2009 20:51:47 +0000 (21:51 +0100)
ncclient/operations/rpc.py

index d1f7494..c3966f8 100644 (file)
@@ -129,7 +129,7 @@ class RPCError(OperationError):
         if self.message is not None:
             OperationError.__init__(self, self.message)
         else:
-            OperationError.__init__(self, to_dict())
+            OperationError.__init__(self, self.to_dict())
     
     def to_dict(self):
         return {