提交 a5df8d99 authored 作者: Frederic Bastien's avatar Frederic Bastien

small bug fix.

上级 a996911a
......@@ -479,7 +479,7 @@ class Function(object):
# Remove internal references to required inputs.
# These cannot be re-used anyway.
for x in self.input_storage:
for c in self.input_storage:
if c.required:
c.storage[0] = None
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论