Show More
@@ -401,11 +401,11 b' class ApplicationWithClusterDir(Application):' | |||||
401 | self.log.critical("No config filename found") |
|
401 | self.log.critical("No config filename found") | |
402 |
|
402 | |||
403 | def find_config_file_paths(self): |
|
403 | def find_config_file_paths(self): | |
404 | # Include our own config directory last, so that users can still find |
|
404 | # Set the search path to to the cluster directory. We should NOT | |
405 | # our shipped copies of builtin config files even if they don't have |
|
405 | # include IPython.config.default here as the default config files | |
406 |
# |
|
406 | # are ALWAYS automatically moved to the cluster directory. | |
407 | conf_dir = os.path.join(get_ipython_package_dir(), 'config', 'default') |
|
407 | conf_dir = os.path.join(get_ipython_package_dir(), 'config', 'default') | |
408 |
self.config_file_paths = (self.cluster_dir, |
|
408 | self.config_file_paths = (self.cluster_dir,) | |
409 |
|
409 | |||
410 | def pre_construct(self): |
|
410 | def pre_construct(self): | |
411 | # The log and security dirs were set earlier, but here we put them |
|
411 | # The log and security dirs were set earlier, but here we put them |
General Comments 0
You need to be logged in to leave comments.
Login now