fix spaces

This commit is contained in:
carnal0wnage
2017-06-30 17:40:21 -04:00
parent f13c023093
commit 13d6b69ca4

View File

@@ -33,8 +33,8 @@ def describe_configuration_recorders(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, r
pass
else:
print "Unexpected error: {}" .format(e)
except KeyboardInterrupt:
print("CTRL-C received, exiting...")
except KeyboardInterrupt:
print("CTRL-C received, exiting...")
return response
@@ -58,7 +58,7 @@ def describe_configuration_rules(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, regio
pass
else:
print "Unexpected error: {}" .format(e)
except KeyboardInterrupt:
print("CTRL-C received, exiting...")
except KeyboardInterrupt:
print("CTRL-C received, exiting...")
return response