Skip to content

Commit

Permalink
outputs count: fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
cumbof committed Jul 12, 2017
1 parent e516ba7 commit 835e4fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/galaxy/webapps/galaxy/controllers/async.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ def index(self, trans, tool_id=None, data_secret=None, **kwd):
try:
GALAXY_TYPE = obj.format
outputs_count += 1
break
except Exception:
# exclude outputs different from ToolOutput (e.g. collections) from the previous assumption
# a collection object does not have the 'format' attribute, so it will throw an exception
Expand Down

0 comments on commit 835e4fb

Please sign in to comment.