Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mlin committed Jul 11, 2019
1 parent 99b8252 commit d5db6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WDL/Tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@ def typecheck(self, doc: "Document", check_quant: bool) -> None:
output_names.add(output.name)
# tricky sequence here: we need to call Decl.add_to_type_env to resolve
# potential struct type, but:
# 1. we may not want it to check for name collision in the usual way in order to
# 1. we don't want it to check for name collision in the usual way in order to
# handle a quirk of draft-2 workflow output style, where an output may take
# the name of another decl in the workflow. Instead we've tracked and
# rejected any duplicate names among the workflow outputs.
Expand Down

0 comments on commit d5db6f5

Please sign in to comment.