← Back to team overview

kicad-developers team mailing list archive

Re: tiny Patch: fix board.Save() breakage in Python scripting

 

Henner,

I went ahead and applied your patch as is.  Since non of the board
plugins other than the kicad sexpr format have a save method, your fix
should work just fine.  Thank you for your contribution to kicad.

Cheers,

Wayne

On 11/16/2017 12:07 PM, Henner Zeller wrote:
> 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
> 
> 
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
> 


References