Merge 7da1f6af236e7462c6e69915a8b321b0ebf886a2 into df129c7ba30aaa9ffffb81a48f53aa7253b0b4e6

This commit is contained in:
Artem Eltyshev 2022-07-15 15:13:07 -05:00 committed by GitHub
commit 07dabea6ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ def _get_input_args(input_node):
def _format_input_stream_name(stream_name_map, edge, is_final_arg=False):
prefix = stream_name_map[edge.upstream_node, edge.upstream_label]
if not edge.upstream_selector:
if edge.upstream_selector is None:
suffix = ''
else:
suffix = ':{}'.format(edge.upstream_selector)