diff options
Diffstat (limited to 'grc/base/Platform.py')
-rw-r--r-- | grc/base/Platform.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grc/base/Platform.py b/grc/base/Platform.py index a72c21ad61..db2bb76888 100644 --- a/grc/base/Platform.py +++ b/grc/base/Platform.py @@ -127,6 +127,7 @@ class Platform(_Element): else: # store the block self._blocks[key] = block self._blocks_n[key] = n + return block def load_category_tree_xml(self, xml_file): """Validate and parse category tree file and add it to list""" |