Skip to content
Snippets Groups Projects
Commit c4c06c75 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

pep8

parent 1e857c75
No related branches found
No related tags found
No related merge requests found
......@@ -276,6 +276,7 @@ def generate_driver():
driver_signature = FunctionDeclaration(Value('bool', 'driver'), [Value('int', 'argc'), Value('char**', 'argv')])
contents = []
def add_section(tag, comment):
tagcontents = [i for i in retrieve_cache_items("preamble and {}".format(tag), make_generable=True)]
if tagcontents:
......
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