Removed exception message where there is no exception

This commit is contained in:
Marco Orovecchia 2015-11-04 13:40:04 +01:00
parent e08f45c824
commit 54782b6fd9

View file

@ -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: