Skip to content

Commit

Permalink
fixup! Deactivate searching file to add in templates directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Dec 18, 2023
1 parent c93ec05 commit d5b6692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_warc_to_zim.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def verify_warc_and_zim(self, warcfile, zimfile):

# autoescape=False to allow injecting html entities from translated text
env = Environment(
loader=PackageLoader("warc2zim", "templates"),
# loader=PackageLoader("warc2zim", "templates"),
extensions=["jinja2.ext.i18n"],
autoescape=False,
)
Expand Down

0 comments on commit d5b6692

Please sign in to comment.