fix: true -> True in tool_schemas.py (Python NameError)
This commit is contained in:
@@ -305,7 +305,7 @@ BOARD_TOOLS = [
|
|||||||
"filled": {
|
"filled": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Fill polygons with solid layer colour (default true)",
|
"description": "Fill polygons with solid layer colour (default true)",
|
||||||
"default": true
|
"default": True
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["pcbPath", "svgPath", "x", "y", "width"]
|
"required": ["pcbPath", "svgPath", "x", "y", "width"]
|
||||||
|
|||||||
Reference in New Issue
Block a user