Skip to content

Commit

Permalink
BUGFIX: remove non existing settings attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Nov 29, 2023
1 parent 7ba880d commit e468833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyedb/legacy/edb.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def __init__(
os.path.dirname(edbpath), "pyedb_" + os.path.splitext(os.path.split(edbpath)[-1])[0] + ".log"
)

if isaedtowned and (inside_desktop or settings.remote_api or settings.remote_rpc_session):
if isaedtowned and (inside_desktop or settings.remote_rpc_session):
self.open_edb_inside_aedt()
elif edbpath[-3:] in ["brd", "mcm", "gds", "xml", "dxf", "tgz"]:
self.edbpath = edbpath[:-4] + ".aedb"
Expand Down

0 comments on commit e468833

Please sign in to comment.