Skip to content

Commit b15cd5c

Browse files
committed
[collapsible_headings] bugfix typo in exporter_inliner
1 parent e9bc2e6 commit b15cd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jupyter_contrib_nbextensions/nbconvert_support/exporter_inliner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def default_config(self):
4040
contrib_templates_dir = templates_directory()
4141

4242
template_path = c.TemplateExporter.setdefault('template_path', [])
43-
if templates_directory not in template_path:
43+
if contrib_templates_dir not in template_path:
4444
template_path.append(contrib_templates_dir)
4545

4646
return c

0 commit comments

Comments
 (0)