Fix improper indentation
This commit is contained in:
parent
d4e16b0c73
commit
636eecf354
1 changed files with 18 additions and 19 deletions
|
@ -587,7 +587,6 @@ def main():
|
||||||
list_instance_profiles_response.
|
list_instance_profiles_response.
|
||||||
list_instance_profiles_result.
|
list_instance_profiles_result.
|
||||||
instance_profiles]
|
instance_profiles]
|
||||||
|
|
||||||
except boto.exception.BotoServerError, err:
|
except boto.exception.BotoServerError, err:
|
||||||
module.fail_json(msg=err.message)
|
module.fail_json(msg=err.message)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue