diff --git a/src/sageworks/core/cloud_platform/aws/aws_session.py b/src/sageworks/core/cloud_platform/aws/aws_session.py index 8b6a3370e..0ac4311e8 100644 --- a/src/sageworks/core/cloud_platform/aws/aws_session.py +++ b/src/sageworks/core/cloud_platform/aws/aws_session.py @@ -47,7 +47,7 @@ def boto3_session(self): # Check the execution environment and determine if we need to assume the SageWorks Role if running_on_lambda() or running_on_glue() or self.is_sageworks_role(): - self.log.important(f"Using the default Boto3 session...") + self.log.important("Using the default Boto3 session...") return boto3.Session() # Okay, so we need to assume the SageWorks Role