Skip to content

Commit dd2aeca

Browse files
committed
Update driver.py
1 parent f61b9a1 commit dd2aeca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shells/backends/aws_tf_backend/src/driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def _validate_bucket_exists(self, context):
140140
self._handle_exception_logging(logger, f"There was an issue accessing the bucket. Error code = "
141141
f"{client_exception.response['Error']['Code']}")
142142
except Exception as e:
143-
self._handle_exception_logging(logger, "There was an issue accessing the bucket.")
143+
self._handle_exception_logging(logger, f"There was an issue accessing the bucket.{e}")
144144

145145
def _create_aws_session(self, api, access_key, secret_key, aws_backend_resource, logger):
146146
# Keys defines on AWS TF BACKEND RESOURCE

0 commit comments

Comments
 (0)