mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
This isn't really a problem, and overwriting the entry allows for silent data loss by making a new assignment with the same pattern as an existing one. The resolve netclasses are de-duplicated later, so it's even OK if the whole assignment is duplicated (in theory), but continue to clean these up. Fixes: https://gitlab.com/kicad/code/kicad/-/issues/21316 (cherry picked from commit db97d77544fcd37b7fdc4f7f52fbc77f255fb803)