From 0eabe211687c511cfc3b2860485b6915f0201be6 Mon Sep 17 00:00:00 2001 From: Martin Braun <martin.braun@ettus.com> Date: Mon, 8 Oct 2018 21:36:46 -0700 Subject: modtool: Fix templating syntax error in C++ noblock template for pre-3.7 OOTs --- gr-utils/python/modtool/templates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gr-utils/python/modtool/templates.py') diff --git a/gr-utils/python/modtool/templates.py b/gr-utils/python/modtool/templates.py index 420b7c63b5..0f6dcb500e 100644 --- a/gr-utils/python/modtool/templates.py +++ b/gr-utils/python/modtool/templates.py @@ -731,7 +731,7 @@ ${str_to_fancyc_comment(license)} #define INCLUDED_${modname.upper()}_${blockname.upper()}_H #include <${modname}_api.h> -% if blocktype == 'noblock' +% if blocktype == 'noblock': class ${modname.upper()}_API ${blockname} { ${blockname}(${arglist}); -- cgit v1.2.3