mvnmgrx/kiutils

strings.py->dequote(): 'int' object has no attribute 'replace'

Closed this issue · 0 comments

When parsing old KiCad version footprints that use numbers instead of quoted strings for pad identifiers, the dequote() method fails as integers have no method replace() that the function calls on it.