I have decided to temporarily just fix all the print statements since it did not take long with some atom/regex fu
This commit is contained in:
@@ -44,7 +44,7 @@ for region in regions:
|
||||
print_config_text(config_service_text)
|
||||
|
||||
if response.get('ConfigurationRecorders') is None:
|
||||
print "{} likely does not have Config permissions\n" .format(AWS_ACCESS_KEY_ID)
|
||||
print("{} likely does not have Config permissions\n" .format(AWS_ACCESS_KEY_ID))
|
||||
elif len(response['ConfigurationRecorders']) <= 0:
|
||||
print("NO CONFIGURATION DETECTED")
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user