Skip to content

Commit

Permalink
Update template.py
Browse files Browse the repository at this point in the history
Co-authored-by: Gerwin Klein <[email protected]>
Signed-off-by: bbrcknl <[email protected]>
  • Loading branch information
bbrcknl and lsf37 authored Aug 1, 2024
1 parent caa47e9 commit d04cc82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def render_file(args, env, state, file):

# process template file
input = in_stream.read()
template = env.from_string(input())
template = env.from_string(input)

if(args.__getattribute__("docsite")):
s = StringIO(input)
Expand Down

0 comments on commit d04cc82

Please sign in to comment.