Skip to content

Commit

Permalink
Check tool version when importing subworkflows from dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Mar 31, 2018
1 parent 08c2c5b commit ed95d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/managers/workflows.py
Expand Up @@ -216,7 +216,7 @@ def build_workflow_from_dict(
add_to_menu=False,
publish=False,
create_stored_workflow=True,
exact_tools=False,
exact_tools=True,
):
# Put parameters in workflow mode
trans.workflow_building_mode = workflow_building_modes.ENABLED
Expand Down

0 comments on commit ed95d9f

Please sign in to comment.