Toggle navigation
Toggle navigation
This project
Loading...
Sign in
万朱浩
/
Venue-Ops
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
马一丁
2025-12-19 16:09:04 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4f2d767b30d39f3df4a45da3a2d6a59e51916b07
4f2d767b
1 parent
37f8bb80
Solve syntax errors
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.py
app.py
View file @
4f2d767
...
...
@@ -1599,7 +1599,7 @@ def query_graph():
}
)
except
Exception
as
log_exc
:
# pragma: no cover - 日志失败不阻塞主流程
logger
.
warning
(
f
\
"Knowledge Query: 结果写日志失败: {log_exc}
\
"
)
logger
.
warning
(
f
"Knowledge Query: 结果写日志失败: {log_exc}
"
)
return
jsonify
({
'success'
:
True
,
...
...
Please
register
or
login
to post a comment