Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ def run_ParDo(self, transform_node, options):
# will be 'None' for main output and '<tag>' for a tagged output.
outputs = []

all_output_tags = transform_proto.outputs.keys()
all_output_tags = list(transform_proto.outputs.keys())

# Some external transforms require output tags to not be modified.
# So we randomly select one of the output tags as the main output and
Expand Down