Skip to content

Commit f145bd0

Browse files
FIX: Export layout extension (#6856)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 37233eb commit f145bd0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/changelog.d/6856.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Export layout extension

src/ansys/aedt/core/extensions/hfss3dlayout/export_layout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def main(data: ExportLayoutExtensionData):
183183
try:
184184
if data.export_ipc:
185185
ipc_file = aedb_path.with_name(aedb_path.stem + "_ipc2581.xml")
186-
edb.export_to_ipc2581(ipc_file)
186+
edb.export_to_ipc2581(ipc_path=str(ipc_file))
187187

188188
if data.export_bom:
189189
bom_file = aedb_path.with_name(aedb_path.stem + "_bom.csv")

0 commit comments

Comments
 (0)