mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-08-16 09:20:18 +02:00
fix: suppress BLE001 for intentional broad catch in execute_hub_tool
This commit is contained in:
@@ -195,8 +195,7 @@ async def execute_hub_tool(
|
|||||||
f"{assets_str}:/app/uploads:ro",
|
f"{assets_str}:/app/uploads:ro",
|
||||||
f"{assets_str}:/app/samples:ro",
|
f"{assets_str}:/app/samples:ro",
|
||||||
]
|
]
|
||||||
except Exception:
|
except Exception: # noqa: BLE001 - never block tool execution due to asset injection failure
|
||||||
# Never block tool execution because of asset injection failure
|
|
||||||
extra_volumes = []
|
extra_volumes = []
|
||||||
|
|
||||||
result = await executor.execute_tool(
|
result = await executor.execute_tool(
|
||||||
|
|||||||
Reference in New Issue
Block a user