summaryrefslogtreecommitdiff
path: root/gr-utils/python/modtool/core/disable.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-utils/python/modtool/core/disable.py')
-rw-r--r--gr-utils/python/modtool/core/disable.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-utils/python/modtool/core/disable.py b/gr-utils/python/modtool/core/disable.py
index d9b3188c67..1fb8d4a830 100644
--- a/gr-utils/python/modtool/core/disable.py
+++ b/gr-utils/python/modtool/core/disable.py
@@ -1,5 +1,5 @@
#
-# Copyright 2013, 2018 Free Software Foundation, Inc.
+# Copyright 2013, 2018, 2019 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
@@ -82,7 +82,7 @@ class ModToolDisable(ModTool):
ed.write()
self.scm.mark_file_updated(self._file['qalib'])
elif self.info['version'] == '38':
- fname_qa_cc = 'qa_{}.cc'.format(self._info['blockname'])
+ fname_qa_cc = 'qa_{}.cc'.format(self.info['blockname'])
cmake.comment_out_lines(fname_qa_cc)
elif self.info['version'] == '36':
cmake.comment_out_lines('add_executable.*'+fname)