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:
cktricky
2018-04-05 18:59:00 -10:00
parent d2cda87252
commit ea5ed636d7
11 changed files with 76 additions and 77 deletions

View File

@@ -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: