From 235015bf480b93e50f86609bfc8d2093f858ab53 Mon Sep 17 00:00:00 2001 From: vasilije Date: Wed, 27 Aug 2025 16:03:48 +0200 Subject: [PATCH] linter fix --- cognee/shared/logging_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cognee/shared/logging_utils.py b/cognee/shared/logging_utils.py index 182b7c8b6..73153753f 100644 --- a/cognee/shared/logging_utils.py +++ b/cognee/shared/logging_utils.py @@ -310,7 +310,7 @@ def setup_logging(log_level=None, name=None): ] ): return False - except: + except Exception: pass return True