Skip to content

Commit 393df4d

Browse files
Update src/ansys/aedt/core/workflows/hfss/choke_designer.py
Co-authored-by: Sébastien Morais <[email protected]>
1 parent be1627c commit 393df4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ansys/aedt/core/workflows/hfss/choke_designer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ def main(extension_args):
369369
list_object = hfss.modeler.create_choke(str(json_path))
370370

371371
if not list_object: # pragma: no cover
372+
app.logger.error("No object associated to chocke creation.")
372373
if temp_dir.exists():
373374
shutil.rmtree(temp_dir, ignore_errors=True)
374375

0 commit comments

Comments
 (0)