fix(pifs): surface projection dimension mismatches

This commit is contained in:
BukeLy 2026-05-31 21:23:19 +08:00
parent e293814bc0
commit 20b2225444
2 changed files with 19 additions and 2 deletions

View file

@ -162,8 +162,7 @@ def _parse_agent_command(
def _filesystem_from_workspace(workspace: str) -> PageIndexFileSystem:
filesystem = PageIndexFileSystem(Path(workspace).expanduser())
with contextlib.suppress(Exception):
filesystem.configure_existing_projection_retrieval()
filesystem.configure_existing_projection_retrieval()
return filesystem