mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Removed exception message where there is no exception
This commit is contained in:
parent
e08f45c824
commit
54782b6fd9
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ def create(name, allocated_storage, db_instance_class, engine,
|
|||
option_group_name, character_set_name,
|
||||
publicly_accessible, tags)
|
||||
if not rds:
|
||||
msg = 'Failed to create RDS {0}, reason: {1}'.format(name, e.body)
|
||||
msg = 'Failed to create RDS {0}'.format(name)
|
||||
log.error(msg)
|
||||
return False
|
||||
if not wait_status:
|
||||
|
|
Loading…
Add table
Reference in a new issue