提交 59225276 authored 作者: abergeron's avatar abergeron

Merge pull request #2486 from nouiz/err_msg

Fix error message to have the right thunk. fix gh-2452
......@@ -800,7 +800,7 @@ class WrapLinker(Linker):
try:
wrapper(i, node, *thunks)
except Exception:
raise_with_op(node, thunk)
raise_with_op(node, *thunks)
f.thunk_groups = thunk_groups
return f, inputs0, outputs0
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论