##// END OF EJS Templates
Ensure crash handler works even when app isn't fully configured yet....
Ensure crash handler works even when app isn't fully configured yet. In such a case, the ipython_dir may not have been computed yet, so we must avoid calling isdir() on a possibly None variable.
Fernando Perez -
r2646:fd1aa87a
Show More
Name Size Modified Last Commit Author
/ test
manualtest_repr_tb.py Loading ...
runtests.py Loading ...
test_autocall.ipy Loading ...
test_cd.ipy Loading ...
test_completer.py Loading ...
test_cpaste.ipy Loading ...
test_embed.py Loading ...
test_handlers.py Loading ...
test_ihist.ipy Loading ...
test_ipapi.py Loading ...
test_irunner.py Loading ...
test_prefilter.py Loading ...
test_shouldfail.ipy Loading ...
test_wildcard.py Loading ...