Apply suggested fix to semantica/triplet_store/query_engine.py from Copilot Autofix

Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
This commit is contained in:
Mohd Kaif
2026-07-28 18:47:35 +05:30
committed by GitHub
co-authored by Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
parent e8cb337946
commit 9537bf17b3
+2
View File
@@ -226,6 +226,8 @@ class QueryEngine:
)
return result
except (ValidationError, ProcessingError):
raise
except Exception as e:
execution_time = (
time.time() - start_time if "start_time" in locals() else 0.0