minor fix-up due to merge conflict

This commit is contained in:
Hao Liu
2023-02-06 15:49:57 -05:00
parent 78652bdd71
commit 7cb890b603
3 changed files with 3 additions and 5 deletions

View File

@@ -116,8 +116,7 @@ def main():
if result['status_code'] == 405:
module.fail_json(
msg="Unable to trigger a project update because the project scm_type ({0}) does not support it.".format(project['scm_type']),
response=result
msg="Unable to trigger a project update because the project scm_type ({0}) does not support it.".format(project['scm_type']), response=result
)
elif result['status_code'] != 202:
module.fail_json(msg="Failed to update project, see response for details", response=result)