diff options
author | alekhgupta1441 <alekhgupta1441@gmail.com> | 2020-04-10 22:40:06 +0530 |
---|---|---|
committer | Michael Dickens <michael.dickens@ettus.com> | 2020-04-19 15:33:41 -0400 |
commit | cc43c1d9259b2156c94f7ac1aa0ae543a9438c5f (patch) | |
tree | b3183afb29788fc6f2eac9df4b0366be22063280 /gr-utils/modtool/core/rm.py | |
parent | 1b4fb83f717cba508d6f771b050b6634316508e4 (diff) |
Code Cleanup core files
Diffstat (limited to 'gr-utils/modtool/core/rm.py')
-rw-r--r-- | gr-utils/modtool/core/rm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/modtool/core/rm.py b/gr-utils/modtool/core/rm.py index c04d441586..6c0746aba4 100644 --- a/gr-utils/modtool/core/rm.py +++ b/gr-utils/modtool/core/rm.py @@ -49,7 +49,7 @@ class ModToolRemove(ModTool): def _remove_cc_test_case(filename=None, ed=None): """ Special function that removes the occurrences of a qa*.cc file from the CMakeLists.txt. """ - modname_=self.info['modname'] + modname_ = self.info['modname'] if filename[:2] != 'qa': return if self.info['version'] == '37': |