Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Commit

Permalink
Fix 'Found more than one unified job' bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MarBra committed Jul 17, 2019
1 parent 8a020e8 commit 8bf16ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tower_cli/cli/transfer/send.py
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ def validate_workflow_nodes(self, nodes):
unified_job_results = client.request(
'get',
"unified_job_templates",
{'name': job_name, 'type__contains': job_type}
{'name': job_name, 'type__startswith': job_type}
)

# If it failed, move on
Expand Down

0 comments on commit 8bf16ea

Please sign in to comment.