Skip to content

Commit c2e2456

Browse files
committed
fix lint failure from PR(53)
1 parent 90bc097 commit c2e2456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

request-api/src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def _get_sqs_client():
8787
return boto3.client("sqs")
8888
except (ClientError, BotoCoreError) as e:
8989
logging.exception(
90-
f"SQS connection failed on attempt {attempt}. Retrying..."
90+
f"SQS connection failed on attempt {attempt}. Retrying...Error: {e}"
9191
)
9292
if is_connection_restored(datetime.now()):
9393
break

0 commit comments

Comments
 (0)