forked from Imagelibrary/seL4
python: remove unused template parameter
Since commit cf8be663 this is no longer needed.
Signed-off-by: Axel Heider <axelheider@gmx.de>
This commit is contained in:
committed by
Gerwin Klein
parent
498fd84a55
commit
ed613d7d49
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user