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 c164fc6 commit d1e0a3eCopy full SHA for d1e0a3e
dash/background_callback/managers/diskcache_manager.py
@@ -293,7 +293,7 @@ async def async_run():
293
if not errored:
294
try:
295
cache.set(result_key, user_callback_output)
296
- except Exception as err:
+ except Exception as err: # pylint: disable=broad-except
297
print(f"Diskcache manager couldn't save output: {err}")
298
299
if asyncio.iscoroutinefunction(fn):
0 commit comments