mirror of https://github.com/KLayout/klayout.git
Added missing files
This commit is contained in:
parent
9525cfd1cd
commit
bbd7a9cd8a
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
print("Before quit()")
|
||||
quit()
|
||||
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
import sys
|
||||
|
||||
print("Before exit()")
|
||||
sys.exit(1)
|
||||
|
||||
Loading…
Reference in New Issue