Skip to content
Snippets Groups Projects
Commit 636db075 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Auto-format

parent 1acb0a17
No related branches found
No related tags found
No related merge requests found
Pipeline #21518 failed
...@@ -57,7 +57,7 @@ class CMakeLists(JinjaCppFile): ...@@ -57,7 +57,7 @@ class CMakeLists(JinjaCppFile):
TEMPLATE = read_template_from_file(join(dirname(__file__), 'CMakeLists.tmpl.txt')) TEMPLATE = read_template_from_file(join(dirname(__file__), 'CMakeLists.tmpl.txt'))
def __init__(self, files_to_compile): def __init__(self, files_to_compile):
ast_dict = {'files_to_compile': files_to_compile} # we try to avoid evil globbing ast_dict = {'files_to_compile': files_to_compile} # we try to avoid evil globbing
JinjaCppFile.__init__(self, ast_dict) JinjaCppFile.__init__(self, ast_dict)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment