Skip to content

Commit

Permalink
Update src/pyedb/dotnet/edb.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sébastien Morais <146729917+SMoraisAnsys@users.noreply.github.com>
  • Loading branch information
gfetsis and SMoraisAnsys authored Sep 30, 2024
1 parent c556709 commit 448c980
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 @@ -1515,7 +1515,7 @@ def import_gds_file(
elif os.path.isfile(temp_layermap_file):
map_file = temp_layermap_file
else:
print("No layermap file is provided!")
self.logger.error("Unable to define map file.")

if tech_file is None:
if control_file is None:
Expand Down

0 comments on commit 448c980

Please sign in to comment.