Skip to content

Commit

Permalink
Merge pull request #164 from paulsaxe/main
Browse files Browse the repository at this point in the history
Fixed typo...
  • Loading branch information
seamm committed Apr 22, 2024
2 parents 6516785 + fcadd85 commit e117137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seamm/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,7 @@ def create_figure(self, title="", template="line.graph_template", module_path=No
self.logger.info(f"\t{module} -- found no templates directory")
else:
path = paths[0].locate().parent
self.logger.info(f"\t{ module} --> {path}")
self.logger.info(f"\t{module} --> {path}")
loaders.append(jinja2.FileSystemLoader(path))

self._jinja_env = jinja2.Environment(loader=jinja2.ChoiceLoader(loaders))
Expand Down

0 comments on commit e117137

Please sign in to comment.