Skip to content

Commit

Permalink
Update GSiP_Library.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed Feb 11, 2024
1 parent 0e4e27c commit 5e9dc54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion klayout_dot_config/tech/GSiP/pymacros/GSiP_Library.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@

import os, sys, pathlib

import SiEPIC

from SiEPIC._globals import KLAYOUT_VERSION, KLAYOUT_VERSION_3
if KLAYOUT_VERSION < 28:
question = pya.QMessageBox()
Expand Down Expand Up @@ -122,4 +124,4 @@ def __init__(self):
self.register(library)


GSiP()
GSiP()

0 comments on commit 5e9dc54

Please sign in to comment.