Skip to content

Commit f7ff5fe

Browse files
committed
Update aggregator
1 parent cfe13e9 commit f7ff5fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ihp-sg13g2/libs.tech/ngspice/testing/devices/mdm_parser/mdm_aggregator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def find_mdm_files(self) -> List[Path]:
182182
p
183183
for p in iterator
184184
if p.is_file()
185-
and not p.name.lower().startswith(("dummy", "spar","contact","ftfmax","h21GU"))
185+
and not p.name.lower().startswith(("dummy", "spar","contact","ftfmax","h21gu"))
186186
and not (
187187
is_pnp and (m := dut_re.search(p.name)) and int(m.group(1)) in skip_duts
188188
)

0 commit comments

Comments
 (0)