Skip to content

Commit

Permalink
Merge pull request #236 from lukasc-ubc/master
Browse files Browse the repository at this point in the history
removing ( and ) characters in filenames

Former-commit-id: 41dc135
  • Loading branch information
lukasc-ubc authored May 19, 2021
2 parents 1f1fefc + 8f6831f commit 4b91112
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class SiEPIC_EBeam_Library(Library):
print("Initializing '%s' Library." % library)

# Set the description
self.description = "v0.3.33, Components with models"
self.description = "v0.3.34, Components with models"


# Import all the GDS files from the tech folder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class SiEPIC_EBeam_Library_Beta(Library):
print("Initializing '%s' Library." % library)

# Set the description
self.description = "v0.3.33, Beta components"
self.description = "v0.3.34, Beta components"


# Import all the GDS files from the tech folder
Expand Down

0 comments on commit 4b91112

Please sign in to comment.