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 5d832bc commit fe2ae8eCopy full SHA for fe2ae8e
dvc_http/__init__.py
@@ -121,7 +121,7 @@ async def get_client(
121
attempts=self.SESSION_RETRIES,
122
factor=self.SESSION_BACKOFF_FACTOR,
123
max_timeout=self.REQUEST_TIMEOUT,
124
- exceptions=[aiohttp.ClientError],
+ exceptions={aiohttp.ClientError},
125
)
126
127
# The default timeout for the aiohttp is 300 seconds
0 commit comments