##// END OF EJS Templates
make execute preprocessor timeout configurable
make execute preprocessor timeout configurable

File last commit:

r17093:0bf9f092
r17094:85f1285b
Show More
Skip Exceptions.ipynb
54 lines | 1.4 KiB | text/plain | TextLexer
In [1]:
raise Exception("message")
---------------------------------------------------------------------------
Exception                                 Traceback (most recent call last)
<ipython-input-1-335814d14fc1> in <module>()
----> 1 raise Exception("message")

Exception: message
In [2]:
print('ok')
ok