提交 85907fbb authored 作者: Olivier Breuleux's avatar Olivier Breuleux

merge

......@@ -826,7 +826,7 @@ class OpWiseCLinker(link.LocalLinker):
try:
cl = self.__cache__.get(desc)
except Exception, exc:
print >> sys.stderr, "INFO: failed to hash %s: %s. Node will not be cached." % (node, exc)
#print >> sys.stderr, "INFO: failed to hash %s: %s. Node will not be cached." % (node, exc)
cl = None
if cl is None:
cl = CLinker().accept(e, [r for r, r2 in zip(e.outputs, node.outputs) if r2 in no_recycling])
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论