mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
fix make black error
This commit is contained in:
@@ -116,8 +116,7 @@ def main():
|
|||||||
|
|
||||||
if result['status_code'] == 405:
|
if result['status_code'] == 405:
|
||||||
module.fail_json(
|
module.fail_json(
|
||||||
msg="Unable to trigger a project update because the project scm_type ({0}) does not support it.".format(project['scm_type']),
|
msg="Unable to trigger a project update because the project scm_type ({0}) does not support it.".format(project['scm_type']), response=result
|
||||||
response=result
|
|
||||||
)
|
)
|
||||||
elif result['status_code'] != 202:
|
elif result['status_code'] != 202:
|
||||||
module.fail_json(msg="Failed to update project, see response for details", response=result)
|
module.fail_json(msg="Failed to update project, see response for details", response=result)
|
||||||
|
|||||||
Reference in New Issue
Block a user