Skip to content

Commit

Permalink
removed is_ironpython and inside_desktop variables as it is not anymo…
Browse files Browse the repository at this point in the history
…re supported in pyedb
  • Loading branch information
maxcapodi78 authored and maxcapodi78 committed Jul 11, 2024
1 parent 5a4efe0 commit 7f06d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyedb/dotnet/edb.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def __init__(
if not isreadonly:
self._check_remove_project_files(edbpath, remove_existing_aedt)

elif edbpath[-3:] in ["brd", "mcm", "sip", "gds", "xml", "dxf", "tgz", "anf"]:
if edbpath[-3:] in ["brd", "mcm", "sip", "gds", "xml", "dxf", "tgz", "anf"]:
self.edbpath = edbpath[:-4] + ".aedb"
working_dir = os.path.dirname(edbpath)
control_file = None
Expand Down

0 comments on commit 7f06d2e

Please sign in to comment.