mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 09:20:45 +02:00
Added missing files
This commit is contained in:
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
|
||||
print("Before quit()")
|
||||
quit()
|
||||
|
||||
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
|
||||
import sys
|
||||
|
||||
print("Before exit()")
|
||||
sys.exit(1)
|
||||
|
||||
Reference in New Issue
Block a user