Skip to content

Commit

Permalink
Reset merge_binaries.py
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sommer committed Oct 18, 2023
1 parent 3d00e9b commit 6a0679a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merge_binaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def get_unit(variable):
return ''

# generate index.html
model_description = read_model_description(root / f'dist-{fmpy.system}' / version / filename, validate=False)
model_description = read_model_description(root / f'dist-{fmpy.system}' / version / filename)
loader = jinja2.FileSystemLoader(searchpath=root)
environment = jinja2.Environment(loader=loader, trim_blocks=True)
template = environment.get_template('template.html')
Expand Down

0 comments on commit 6a0679a

Please sign in to comment.