##// END OF EJS Templates
don't run init_profile_dir twice
MinRK -
Show More
@@ -268,6 +268,9 b' class BaseIPythonApplication(Application):'
268 def init_profile_dir(self):
268 def init_profile_dir(self):
269 """initialize the profile dir"""
269 """initialize the profile dir"""
270 self._in_init_profile_dir = True
270 self._in_init_profile_dir = True
271 if self.profile_dir is not None:
272 # already ran
273 return
271 try:
274 try:
272 # location explicitly specified:
275 # location explicitly specified:
273 location = self.config.ProfileDir.location
276 location = self.config.ProfileDir.location
General Comments 0
You need to be logged in to leave comments. Login now