Skip to content

Commit 2a0912d

Browse files
authored
template_dirtemplates_dir
1 parent bca8978 commit 2a0912d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jupyterlab_server/config.py

+2-2
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)