We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a58c3 commit a6b1bf1Copy full SHA for a6b1bf1
1 file changed
launch.py
@@ -10,6 +10,8 @@
10
11
try:
12
lnp.PyLNP()
13
+except SystemExit:
14
+ raise
15
except:
16
import traceback
17
message = traceback.format_exception(*sys.exc_info())
0 commit comments