We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d4e6a7 commit 4aed10dCopy full SHA for 4aed10d
airbyte_cdk/sources/streams/http/http_client.py
@@ -348,7 +348,7 @@ def _send(
348
)
349
350
self._logger.info(
351
- f"[{request_id}] Receiving response from {request.url}" + f" with exception {type(exc)}" if exc else ""
+ f"[{request_id}] Receiving response from {request.url}{f' with exception {type(exc)}' if exc else ''}"
352
353
354
# Request/response logging for declarative cdk
0 commit comments