Fix improper indentation
parent
dabf94ab1f
commit
29cfd80220
|
@ -598,7 +598,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 New Issue