Skip to content

Commit

Permalink
Merge pull request #19574 from mvdbeek/allow_unused_query_params_work…
Browse files Browse the repository at this point in the history
…flow_export

[24.2] Allow unused query params in ``workflows/export_to_file``
  • Loading branch information
mvdbeek authored Feb 10, 2025
2 parents ea353ee + 574f090 commit a1c9dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/webapps/galaxy/controllers/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def for_direct_import(self, trans, id, **kwargs):
return self._workflow_to_dict(trans, stored)

@web.json_pretty
def export_to_file(self, trans, id):
def export_to_file(self, trans, id, **kwds):
"""
Get the latest Workflow for the StoredWorkflow identified by `id` and
export it to a JSON file that can be imported back into Galaxy.
Expand Down

0 comments on commit a1c9dc6

Please sign in to comment.