Skip to content
Snippets Groups Projects
Commit ed613d7d authored by Axel Heider's avatar Axel Heider Committed by Gerwin Klein
Browse files

python: remove unused template parameter


Since commit cf8be663 this is no longer needed.

Signed-off-by: default avatarAxel Heider <axelheider@gmx.de>
parent 498fd84a
No related branches found
No related tags found
No related merge requests found
......@@ -178,7 +178,7 @@ def generate(args, invocations):
template = Environment(loader=BaseLoader).from_string(INVOCATION_TEMPLATE)
data = template.render({'header_title': header_title, 'libsel4': args.libsel4,
'invocations': invocations, 'num_invocations': len(invocations)})
'invocations': invocations})
args.dest.write(data)
args.dest.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment