summaryrefslogtreecommitdiff
path: root/gr-utils/python
diff options
context:
space:
mode:
authorMarcus Müller <marcus.mueller@ettus.com>2019-03-09 00:50:46 +0100
committerMarcus Müller <marcus.mueller@ettus.com>2019-03-09 00:50:46 +0100
commit7307b7f49f5bd61826b0948468c5aea727f09df0 (patch)
tree68d77bbd150d3104a3d001cf27b1380ce349cca9 /gr-utils/python
parent48691eab0c8593aa2e7decb94ae353992c4894f1 (diff)
modtool add: add C++ QA for both version '37', '38'
Diffstat (limited to 'gr-utils/python')
-rw-r--r--gr-utils/python/modtool/core/add.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/python/modtool/core/add.py b/gr-utils/python/modtool/core/add.py
index c1a5433831..5396cead27 100644
--- a/gr-utils/python/modtool/core/add.py
+++ b/gr-utils/python/modtool/core/add.py
@@ -199,7 +199,7 @@ class ModToolAdd(ModTool):
self._write_tpl('block_h36', self.info['includedir'], fname_h)
self._write_tpl('block_cpp36', 'lib', fname_cc)
if self.add_cc_qa:
- if self.info['version'] == '37':
+ if self.info['version'] in ('37', '38') :
self._run_cc_qa()
elif self.info['version'] == '36':
logger.warning("Warning: C++ QA files not supported for 3.6-style OOTs.")