##// END OF EJS Templates
Update IPython/core/crashhandler.py
M Bussonnier -
Show More
@@ -164,7 +164,7 b' class CrashHandler:'
164
164
165 # Use this ONLY for developer debugging (keep commented out for release)
165 # Use this ONLY for developer debugging (keep commented out for release)
166 # color_scheme = 'Linux' # dbg
166 # color_scheme = 'Linux' # dbg
167 ipython_dir = getattr(self.app, "ipython_dir")
167 ipython_dir = getattr(self.app, "ipython_dir", None)
168 if ipython_dir is not None:
168 if ipython_dir is not None:
169 assert isinstance(ipython_dir, str)
169 assert isinstance(ipython_dir, str)
170 rptdir = Path(ipython_dir)
170 rptdir = Path(ipython_dir)
General Comments 0
You need to be logged in to leave comments. Login now