proc: fix typo in wrap_errors class
This commit is contained in:
@@ -652,7 +652,7 @@ class wrap_errors(object):
|
|||||||
return str(self.func)
|
return str(self.func)
|
||||||
|
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
return str(self.func)
|
return repr(self.func)
|
||||||
|
|
||||||
def __getattr__(self, item):
|
def __getattr__(self, item):
|
||||||
return getattr(self.func, item)
|
return getattr(self.func, item)
|
||||||
|
Reference in New Issue
Block a user