diff options
Diffstat (limited to 'gr-utils/modtool/templates/gr-newmod/docs/doxygen/doxyxml/base.py')
-rw-r--r-- | gr-utils/modtool/templates/gr-newmod/docs/doxygen/doxyxml/base.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-utils/modtool/templates/gr-newmod/docs/doxygen/doxyxml/base.py b/gr-utils/modtool/templates/gr-newmod/docs/doxygen/doxyxml/base.py index b2c00955cc..9502929332 100644 --- a/gr-utils/modtool/templates/gr-newmod/docs/doxygen/doxyxml/base.py +++ b/gr-utils/modtool/templates/gr-newmod/docs/doxygen/doxyxml/base.py @@ -83,8 +83,8 @@ class Base(object): for cls in self.mem_classes: if cls.can_parse(mem): return cls - raise Exception(("Did not find a class for object '%s'." \ - % (mem.get_name()))) + raise Exception(("Did not find a class for object '%s'." + % (mem.get_name()))) def convert_mem(self, mem): try: |