Skip to content

Commit

Permalink
Add output_subdomain. Fix #19
Browse files Browse the repository at this point in the history
  • Loading branch information
HadleyKing authored and nsoranzo committed Apr 21, 2020
1 parent d295750 commit 3464f2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/galaxy/webapps/galaxy/api/workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,6 @@ def export_invocation_bco(self, trans, invocation_id, **kwd):

galaxy_extension = [] # TODO
input_subdomain = [] # TODO
output_subdomain = [] # TODO

ret_dict = {
'bco_id': url_for('invocation_export_bco', invocation_id=invocation_id, qualified=True),
Expand Down

0 comments on commit 3464f2c

Please sign in to comment.