mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-11 12:30:51 +08:00
Merge pull request #2347 from minrk/config_dir_typo
Fix typo setting write_config_dir in config manager
This commit is contained in:
commit
5c7829220d
@ -1046,7 +1046,6 @@ class NotebookApp(JupyterApp):
|
|||||||
self.config_manager = self.config_manager_class(
|
self.config_manager = self.config_manager_class(
|
||||||
parent=self,
|
parent=self,
|
||||||
log=self.log,
|
log=self.log,
|
||||||
config_dir=os.path.join(self.config_dir, 'nbconfig'),
|
|
||||||
)
|
)
|
||||||
|
|
||||||
def init_logging(self):
|
def init_logging(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user