Skip to content

Commit

Permalink
Merge pull request #780 from AndreMerendeira/main
Browse files Browse the repository at this point in the history
[ipxact_gen] fixed module name
  • Loading branch information
jjts authored Feb 21, 2024
2 parents c70f81c + 1678166 commit c2b8df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submodules/LIB/scripts/ipxact_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def gen_ports_list(core):
continue

# Check if this interface is a standard interface (from if_gen.py)
if_prefix, if_name = ios.find_suffix_from_list(
if_prefix, if_name = io_gen.find_suffix_from_list(
interface["name"], if_gen.interfaces
)
if if_name:
Expand Down

0 comments on commit c2b8df0

Please sign in to comment.