Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update iam_credentials.py #7

Merged
merged 1 commit into from
Jul 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions cloudsaga/scenarios/iam_credentials.py
Expand Up @@ -24,6 +24,7 @@ def get_cred_report():
iam_user.generate_credential_report()
logging.info('Getting credential report')
get_cred=iam_user.get_credential_report()
logging.info("IAM Credential Report generated/retrieved.")
except Exception as exception_handle:
logging.error(exception_handle)
logging.info("IAM Credential Report could not be generated/retrieved.")
Expand All @@ -32,5 +33,4 @@ def get_cred_report():
def main():
"""Function that runs all of the previously defined functions"""
get_cred_report()
logging.info("IAM Credential Report generated/retrieved.")
logging.info("This is the end of the script. Please check and cleanup any resources created from this script.")
logging.info("This is the end of the script. Please check and cleanup any resources created from this script.")