fix spaces
This commit is contained in:
@@ -33,8 +33,8 @@ def describe_configuration_recorders(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, r
|
|||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
print "Unexpected error: {}" .format(e)
|
print "Unexpected error: {}" .format(e)
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
print("CTRL-C received, exiting...")
|
print("CTRL-C received, exiting...")
|
||||||
|
|
||||||
return response
|
return response
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@ def describe_configuration_rules(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, regio
|
|||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
print "Unexpected error: {}" .format(e)
|
print "Unexpected error: {}" .format(e)
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
print("CTRL-C received, exiting...")
|
print("CTRL-C received, exiting...")
|
||||||
|
|
||||||
return response
|
return response
|
||||||
Reference in New Issue
Block a user