kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #31662
tiny Patch: fix board.Save() breakage in Python scripting
Hi,
While playing around with the Python API, I noticed that saving a
board didn't work.
Apparently there was a parameter IO_MGR.KICAD passed internally that
the interpreter didn't know about.
The attached patch fixes it, but I have no idea if this is the
'correct' way to do it.
Cheers,
Henner
Attachment:
saveboard-py.patch.gz
Description: GNU Zip compressed data
Follow ups