Skip to content

Commit 5c78292

Browse files
authored
Merge pull request #2347 from minrk/config_dir_typo
Fix typo setting write_config_dir in config manager
2 parents 32a2932 + 92900ed commit 5c78292

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

notebook/notebookapp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,6 @@ def init_configurables(self):
10461046
self.config_manager = self.config_manager_class(
10471047
parent=self,
10481048
log=self.log,
1049-
config_dir=os.path.join(self.config_dir, 'nbconfig'),
10501049
)
10511050

10521051
def init_logging(self):

0 commit comments

Comments
 (0)