Skip to content

Commit

Permalink
Change template name
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed Jul 20, 2024
1 parent a6a18ce commit a921cc9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search_offsets/render_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ def render_template(found: Mapping[str, list[int]], checksum: int, version_name:
"""
env = Environment(loader=PackageLoader("search_offsets"), autoescape=select_autoescape())
env.filters["hex"] = hex_filter
template = env.get_template("offsets_template.toml")
template = env.get_template("offsets.toml.jinja")
return template.render(**found, checksum=checksum, version_name=version_name)
File renamed without changes.

0 comments on commit a921cc9

Please sign in to comment.