fix: true -> True in tool_schemas.py (Python NameError)

This commit is contained in:
Tom
2026-03-06 17:32:21 +01:00
parent dcecde8d2b
commit bed65a6da2

View File

@@ -305,7 +305,7 @@ BOARD_TOOLS = [
"filled": {
"type": "boolean",
"description": "Fill polygons with solid layer colour (default true)",
"default": true
"default": True
}
},
"required": ["pcbPath", "svgPath", "x", "y", "width"]