Show More
@@ -137,7 +137,7 b' class BaseIPythonApplication(Application):' | |||||
137 | ) |
|
137 | ) | |
138 | def _ipython_dir_default(self): |
|
138 | def _ipython_dir_default(self): | |
139 | d = get_ipython_dir() |
|
139 | d = get_ipython_dir() | |
140 |
self._ipython_dir_changed('ipython_dir', |
|
140 | self._ipython_dir_changed('ipython_dir', d, d) | |
141 | return d |
|
141 | return d | |
142 |
|
142 | |||
143 | _in_init_profile_dir = False |
|
143 | _in_init_profile_dir = False |
General Comments 0
You need to be logged in to leave comments.
Login now