AOSSIE-Org / AOSSIE-Org/BabyNest
[CRITICAL] NameError in vector store except block
未关闭
- 主要语言
- JavaScript
- 星标
- 56
- 派生
- 123
- PR 合并指标
- 30 天内没有已合并 PR
描述
Inside an except block, print(f"... {e}") references e, but e is bound in a different outer except clause. In Python, the exception variable is deleted after its except block exits. When inner except is hit, e is not in scope and raises NameError.\n\nFile: Backend/agent/vector_store.py, line ~73\nFix: Give inner except clause its own variable: except Exception as inner_e:
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。