← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH] Fix Board.GetAllNetClasses() so it no longer creates a duplicate of the Default netclass in the design rules net classes list.

 

On 2019-07-06 10:17, Dave Vandenbout wrote:
Fixes: lp:1803623
* https://bugs.launchpad.net/kicad/+bug/1803623
---
 pcbnew/swig/board.i | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)


Looks good.  Thanks Dave!  Tests out on Python2 and Python3.

For my reference, why did you decide to copy element-wise instead of using .copy()?

-Seth


References