##// 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.

File last commit:

r1420:34bafc01
r2646:fd1aa87a
Show More
simplevars.py
2 lines | 22 B | text/x-python | PythonLexer
x = 1
print 'x is:',x