From 44bfb68f92784d814883947154e4b0176397a81b Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 8 Apr 2026 13:36:08 +0800 Subject: [PATCH] bugfix --- llmage/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmage/utils.py b/llmage/utils.py index 2adfb19..8e0bf76 100644 --- a/llmage/utils.py +++ b/llmage/utils.py @@ -202,7 +202,7 @@ class BufferedLLMs: return r else: debug(f'{llmid=} not found, {ns=}, {sql=}') - return None + return None exception(f'Error: format_exc()}') return None