提交 28a93a27 authored 作者: Frederic Bastien's avatar Frederic Bastien

Keep the reason

上级 339b6aba
...@@ -472,7 +472,7 @@ class FunctionGraph(utils.object2): ...@@ -472,7 +472,7 @@ class FunctionGraph(utils.object2):
self.execute_callbacks('on_change_input', node, i, self.execute_callbacks('on_change_input', node, i,
r, new_r, reason=reason) r, new_r, reason=reason)
if prune: if prune:
self.__remove_clients__(r, [], True) self.__remove_clients__(r, [], True, reason=reason)
# replace # # replace #
def replace(self, r, new_r, reason=None, verbose=None): def replace(self, r, new_r, reason=None, verbose=None):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论