We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 938e3ba commit 17f17d1Copy full SHA for 17f17d1
IPython/core/crashhandler.py
@@ -164,7 +164,7 @@ def __call__(
164
165
# Use this ONLY for developer debugging (keep commented out for release)
166
# color_scheme = 'Linux' # dbg
167
- ipython_dir = getattr(self.app, "ipython_dir")
+ ipython_dir = getattr(self.app, "ipython_dir", None)
168
if ipython_dir is not None:
169
assert isinstance(ipython_dir, str)
170
rptdir = Path(ipython_dir)
0 commit comments