Skip to content

Commit

Permalink
Update comments to the fact that we're processing list or list:paired…
Browse files Browse the repository at this point in the history
… collections
  • Loading branch information
mvdbeek committed Jun 13, 2018
1 parent 5992629 commit 72dd53f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/galaxy/tools/__init__.py
Expand Up @@ -2530,10 +2530,10 @@ def produce_outputs(self, trans, out_data, output_collections, incoming, history
elements = collection.element_object.elements
collection_type = collection.element_object.collection_type
else:
# A pair
# A list of pairs
elements = collection.collection.elements
collection_type = collection.collection.collection_type
# We only process list or paired collections. Higher order collection will be mapped over
# We only process list or list of pair collections. Higher order collection will be mapped over
assert collection_type in ("list", "list:paired")

elements_to_copy = []
Expand Down

0 comments on commit 72dd53f

Please sign in to comment.