提交 6a44266f authored 作者: Frederic's avatar Frederic

re add a work that was removed by mistake in the comments.

上级 921756df
...@@ -645,7 +645,7 @@ class Function(object): ...@@ -645,7 +645,7 @@ class Function(object):
self.input_storage[i].storage[0]) self.input_storage[i].storage[0])
# Check if inputs are missing, or if inputs were set more than once, or # Check if inputs are missing, or if inputs were set more than once, or
# if we tried to provide inputs that are supposed to be # if we tried to provide inputs that are supposed to be implicit.
if not self.trust_input: if not self.trust_input:
for c in self.input_storage: for c in self.input_storage:
if c.required and not c.provided: if c.required and not c.provided:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论