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