Skip to content

Commit d1e0a3e

Browse files
committed
lint fix
1 parent c164fc6 commit d1e0a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/background_callback/managers/diskcache_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ async def async_run():
293293
if not errored:
294294
try:
295295
cache.set(result_key, user_callback_output)
296-
except Exception as err:
296+
except Exception as err: # pylint: disable=broad-except
297297
print(f"Diskcache manager couldn't save output: {err}")
298298

299299
if asyncio.iscoroutinefunction(fn):

0 commit comments

Comments
 (0)