From b0b372452b3d265f84b94ee0ac0eaad57edfb6cd Mon Sep 17 00:00:00 2001 From: jamiesonio Date: Tue, 25 Sep 2018 21:48:14 -0400 Subject: [PATCH] Fix typo --- libs/aws/ec2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/aws/ec2.py b/libs/aws/ec2.py index 6997c68..482b0b0 100644 --- a/libs/aws/ec2.py +++ b/libs/aws/ec2.py @@ -144,7 +144,7 @@ def describe_instances_basic(): continue elif e.response['Error']['Code'] == 'OptInRequired': print('{} : (OptInRequired) Has permissions but isnt signed up for service in ({})- ' .format(AWS_ACCESS_KEY_ID, region)) - continue + continue else: print(e) continue