Commit 838b7375 authored by Vincent Pelletier's avatar Vincent Pelletier

EPR5Type.patches.ExternalMethod: Remove __traceback_info__

Including all external method arguments in the error is needlessly
verbose.
If you rely on this to debug, define this inside your external method.
parent b33d461d
......@@ -96,7 +96,6 @@ class _(PatchClass(ExternalMethod)):
self.checkGuard(True)
_f = self._getFunction()
__traceback_info__ = args, kw, _f[1]
if _f[3]:
return _f[0](self.aq_parent, *args, **kw)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment