提交 27b9f8e2 authored 作者: Frederic Bastien's avatar Frederic Bastien

moved debug print at the good place

上级 be0902fb
...@@ -1019,8 +1019,8 @@ class _Linker(gof.link.LocalLinker): ...@@ -1019,8 +1019,8 @@ class _Linker(gof.link.LocalLinker):
if not r.type.is_valid_value(storage_map[r][0]): if not r.type.is_valid_value(storage_map[r][0]):
raise InvalidValueError(r, storage_map[r][0], client_node=node) raise InvalidValueError(r, storage_map[r][0], client_node=node)
debug(i, "DEBUGMODE running thunk_py")
if thunk_py: if thunk_py:
debug(i, "DEBUGMODE running thunk_py")
try: try:
thunk_py() thunk_py()
except utils.MethodNotDefined: except utils.MethodNotDefined:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论