Skip to content

Commit

Permalink
SiEPIC.scripts.load_klayout_library: save folder path
Browse files Browse the repository at this point in the history
record the path location for the library
  • Loading branch information
lukasc-ubc committed Jan 18, 2025
1 parent 33e2a08 commit e562613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion klayout_dot_config/python/SiEPIC/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
SiEPIC-Tools package for KLayout
'''

__version__ = "0.5.20"
__version__ = "0.5.21"

print("KLayout SiEPIC-Tools version %s" %__version__)

Expand Down
1 change: 1 addition & 0 deletions klayout_dot_config/python/SiEPIC/scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -3711,6 +3711,7 @@ def __init__(self):
if verbose:
for c in self.layout().top_cells():
print(" - cell: %s" % c.name )
self.path = dir_path

# Create the PCell declarations
if folder_pcell:
Expand Down

0 comments on commit e562613

Please sign in to comment.