Skip to content

Commit 9b0d97e

Browse files
committed
Don't return step tool uuid when downloading workflow
We want to rebuild from `tool_representation`.
1 parent 2c19e16 commit 9b0d97e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/galaxy/managers/workflows.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1579,6 +1579,7 @@ def _workflow_to_dict_export(self, trans, stored=None, workflow=None, internal=F
15791579
if util.is_uuid(step_dict["content_id"]):
15801580
step_dict["content_id"] = None
15811581
step_dict["tool_id"] = None
1582+
step_dict["tool_uuid"] = None
15821583

15831584
pja_dict = {}
15841585
for pja in step.post_job_actions:

0 commit comments

Comments
 (0)