Skip to content

Commit 359ab57

Browse files
committed
Fix NameError in pin_lock.py: change process_name to process
1 parent d8a869e commit 359ab57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chipflow_lib/pin_lock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def lock_pins() -> None:
163163
_map, _ = allocate_pins(k, v, pins)
164164
port_map.add_ports(component, k, _map)
165165

166-
newlock = LockFile(process=process_name,
166+
newlock = LockFile(process=process,
167167
package=package,
168168
port_map=port_map,
169169
metadata=interfaces)

0 commit comments

Comments
 (0)