Skip to content

Commit

Permalink
fix: typo in var name inan unused (mostly) chameleon engine.
Browse files Browse the repository at this point in the history
  • Loading branch information
rouilj committed Mar 7, 2024
1 parent 212d504 commit 97552c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roundup/cgi/engine_chameleon.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
class Loader(TALLoaderBase):
def __init__(self, template_dir):
self.template_dir = template_dir
self.loader = chameleon.PageTemplateLoader(tamplate_dir)
self.loader = chameleon.PageTemplateLoader(template_dir)

def load(self, tplname):
src, filename = self._find(tplname)
Expand Down

0 comments on commit 97552c8

Please sign in to comment.