iteration and collection simplifications

This commit is contained in:
Jan Petykiewicz 2024-07-28 20:12:25 -07:00
commit 62fc64c344
6 changed files with 12 additions and 12 deletions

View file

@ -248,7 +248,7 @@ class RenderPather(PortList):
other_tgt = self.library[other.name]
# get rid of plugged ports
for kk in map_in.keys():
for kk in map_in:
if kk in self.paths:
self.paths[kk].append(RenderStep('P', None, self.ports[kk].copy(), self.ports[kk].copy(), None))