Skip to content

Commit ce23127

Browse files
committed
Fix NameError in pin_lock.py: change process_name to process
1 parent 6d9b0fe commit ce23127

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
@@ -146,7 +146,7 @@ def lock_pins() -> None:
146146
_map, _ = allocate_pins(k, v, pins)
147147
port_map.add_ports(component, k, _map)
148148

149-
newlock = LockFile(process=process_name,
149+
newlock = LockFile(process=process,
150150
package=package,
151151
port_map=port_map,
152152
metadata=interfaces)

0 commit comments

Comments
 (0)