Skip to content

Fix ValueError in S4.1 check

The previous implementation did manipulate lists while iterating over them. This is not very clever and can in some cases result in a ValueError. This was observed in MR kicad-symbols/!3415

Now, the list won't get changed anymore. Also, a simple unit-test for S4.1 was added.

Merge request reports