##// END OF EJS Templates
fix _profile_changes/d typo in newapplication
MinRK -
Show More
@@ -274,7 +274,7 b' class BaseIPythonApplication(Application):'
274 profile = Unicode(u'default', config=True,
274 profile = Unicode(u'default', config=True,
275 help="""The IPython profile to use."""
275 help="""The IPython profile to use."""
276 )
276 )
277 def _profile_changes(self, name, old, new):
277 def _profile_changed(self, name, old, new):
278 self.builtin_profile_dir = os.path.join(
278 self.builtin_profile_dir = os.path.join(
279 get_ipython_package_dir(), u'config', u'profile', new
279 get_ipython_package_dir(), u'config', u'profile', new
280 )
280 )
General Comments 0
You need to be logged in to leave comments. Login now