diff options
Diffstat (limited to 'grc/core/blocks/_build.py')
-rw-r--r-- | grc/core/blocks/_build.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/core/blocks/_build.py b/grc/core/blocks/_build.py index f8406f9d6..151fa3274 100644 --- a/grc/core/blocks/_build.py +++ b/grc/core/blocks/_build.py @@ -53,7 +53,7 @@ def build(id, label='', category='', flags='', documentation='', cpp_templates = cpp_templates or {} cls.cpp_templates = MakoTemplates( - includes=cpp_templates.get('includes', ''), + includes=cpp_templates.get('includes', []), make=cpp_templates.get('make', ''), callbacks=cpp_templates.get('callbacks', []), var_make=cpp_templates.get('var_make', ''), |