mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-11 03:10:59 +00:00
Fix typo in AWS guidelines doc (#23168)
Change `format_ex` to `format_exc`
This commit is contained in:
committed by
Sloane Hertel
parent
443102c9f0
commit
9a3a0d731f
@@ -187,7 +187,7 @@ except ImportError:
|
||||
try:
|
||||
result = connection.aws_call()
|
||||
except ClientError, e:
|
||||
module.fail_json(msg=e.message, exception=traceback.format_ex(),
|
||||
module.fail_json(msg=e.message, exception=traceback.format_exc(),
|
||||
**camel_dict_to_snake_dict(e.response))
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user