Skip to content

Commit

Permalink
Update expander.py (fix syntax error)
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg authored Aug 21, 2024
1 parent b0d4a03 commit 66de36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brian2tools/mdexport/expander.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def __init__(self, brian_verbose=False, include_monitors=False,
self.add_meta = add_meta
self.github_md = github_md

def set_template_dir(self, template_dir):
def set_template_dir(self, template_dir):
self.env = Environment(
loader=ChoiceLoader([FileSystemLoader(template_dir), PackageLoader("brian2tools")]),
autoescape=select_autoescape()
Expand Down

0 comments on commit 66de36e

Please sign in to comment.