fix: suppress BLE001 for intentional broad catch in execute_hub_tool

This commit is contained in:
AFredefon
2026-03-11 07:00:25 +01:00
parent 462f6ed408
commit 6cdd0caec0

View File

@@ -195,8 +195,7 @@ async def execute_hub_tool(
f"{assets_str}:/app/uploads:ro",
f"{assets_str}:/app/samples:ro",
]
except Exception:
# Never block tool execution because of asset injection failure
except Exception: # noqa: BLE001 - never block tool execution due to asset injection failure
extra_volumes = []
result = await executor.execute_tool(