mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 20:51:21 -03:30
fixed typo
This commit is contained in:
parent
cd45cfec30
commit
50637807fc
@ -599,7 +599,7 @@ class TowerAPIModule(TowerModule):
|
||||
if timeout and timeout < time.time() - start:
|
||||
# Account for Legacy messages
|
||||
if object_type is 'legacy_job_wait':
|
||||
self.json_output['msg'] = 'Monitoring of Job - {1} aborted due to timeout'.format(object_name)
|
||||
self.json_output['msg'] = 'Monitoring of Job - {0} aborted due to timeout'.format(object_name)
|
||||
else:
|
||||
self.json_output['msg'] = 'Monitoring of {0} - {1} aborted due to timeout'.format(object_type, object_name)
|
||||
self.wait_output(result)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user