pointhi / kicad-footprint-generator

creating kicad footprints using python scripts
GNU General Public License v3.0
186 stars 175 forks source link

Rework dictMerge() so it copies the first argument #606

Closed calebreister closed 3 years ago

calebreister commented 4 years ago

I've edited dict_tools.dictMerge() based on a peer review. It now makes a deep copy of the first argument instead of overwriting it.

codeclimate[bot] commented 4 years ago

Code Climate has analyzed commit a7e54751 and detected 0 issues on this pull request.

View more on Code Climate.

calebreister commented 3 years ago

I've made some more extensive changes to the script in #397, which is the version I use. That makes this PR obsolete.