Skip to content

Commit 0cc8ebb

Browse files
authored
template_dirtemplates_dir (#463)
1 parent 1acc30b commit 0cc8ebb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jupyterlab_server/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ class LabConfig(HasTraits):
314314
help="Whether getting a relative (False) or absolute (True) path when copying a path.",
315315
).tag(config=True)
316316

317-
@default("template_dir")
318-
def _default_template_dir(self) -> str:
317+
@default("templates_dir")
318+
def _default_templates_dir(self) -> str:
319319
return DEFAULT_TEMPLATE_PATH
320320

321321
@default("labextensions_url")

0 commit comments

Comments
 (0)