Merge pull request #8119 from adamchainz/devel

Fix indentation in ec2.py
pull/8139/head
Chris Church 10 years ago
commit f063aafeeb

@ -298,7 +298,7 @@ class Ec2Inventory(object):
sys.exit(1) sys.exit(1)
def get_rds_instances_by_region(self, region): def get_rds_instances_by_region(self, region):
''' Makes an AWS API call to the list of RDS instances in a particular ''' Makes an AWS API call to the list of RDS instances in a particular
region ''' region '''
try: try:

Loading…
Cancel
Save