Skip to content

Commit 4aed10d

Browse files
author
maxime.c
committed
fix
1 parent 1d4e6a7 commit 4aed10d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/sources/streams/http/http_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ def _send(
348348
)
349349

350350
self._logger.info(
351-
f"[{request_id}] Receiving response from {request.url}" + f" with exception {type(exc)}" if exc else ""
351+
f"[{request_id}] Receiving response from {request.url}{f' with exception {type(exc)}' if exc else ''}"
352352
)
353353

354354
# Request/response logging for declarative cdk

0 commit comments

Comments
 (0)