Skip to content

Commit

Permalink
Merge pull request #7 from awslabs/cydneystude-syntax-patch
Browse files Browse the repository at this point in the history
Syntax
  • Loading branch information
cydneystude authored Jul 14, 2022
2 parents 55f56a6 + 9f0c0b4 commit e4f065a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudsaga/scenarios/iam_credentials.py
Original file line number Diff line number Diff line change
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.")

0 comments on commit e4f065a

Please sign in to comment.