mirror of https://github.com/KLayout/klayout.git
7 lines
49 B
Python
7 lines
49 B
Python
|
|
|
||
|
|
import sys
|
||
|
|
|
||
|
|
print("Before exit()")
|
||
|
|
sys.exit(1)
|
||
|
|
|