未验证 提交 758fe473 编写于 作者: Y Yu Yang 提交者: GitHub

Merge pull request #7260 from emailweixu/conditional

Fix the output of conditional_block
......@@ -998,7 +998,7 @@ class ConditionalBlock(object):
out_list = [
parent_block.var(var_name) for var_name in parent_block.vars
if var_name not in intermediate
if var_name in intermediate
]
step_scope = parent_block.create_var(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册