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

Commit

Permalink
Merge pull request #721 from MarBra/master
Browse files Browse the repository at this point in the history
Fix 'Found more than one unified job' bug
  • Loading branch information
AlanCoding authored Jul 18, 2019
2 parents 8a020e8 + 8bf16ea commit 03e0b13
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 03e0b13

Please sign in to comment.