Merge pull request #7260 from emailweixu/conditional

Fix the output of conditional_block
detection_output_fixbug
Yu Yang 7 years ago committed by GitHub
commit 758fe4731c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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(

Loading…
Cancel
Save