Skip to content

fix temp rds instance bug#28

Open
timoseven wants to merge 1 commit intoquixey:developfrom
timoseven:develop
Open

fix temp rds instance bug#28
timoseven wants to merge 1 commit intoquixey:developfrom
timoseven:develop

Conversation

@timoseven
Copy link

当rds是临时实例的时候,DBInstanceDescription和PayType会报错。

resp['RegionId'],
resp['DBInstanceClass'],
resp['DBInstanceDescription'],
resp['DBInstanceDescription'] if resp.has_key("DBInstanceDescription") else 'None',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should just be None not 'None'?

resp['CreationTime'],
resp['ExpireTime'],
resp['PayType'],
resp['PayType'] if resp.has_key("PayType") else 'None',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here. We don't want to print literally "None" we want it to be empty.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments