summaryrefslogtreecommitdiff
path: root/grc/base
diff options
context:
space:
mode:
authorSebastian Koslowski <koslowski@kit.edu>2015-08-18 16:47:41 +0200
committerSebastian Koslowski <koslowski@kit.edu>2015-11-13 21:47:58 +0100
commitd15065de35a535eae9448dff60270053f35885bd (patch)
treef44d59c1ba0875eb0ddafdb4e81f78d3afec77e1 /grc/base
parentf7add89403edcfdf8baa59c80b3e1d2b5c4ee307 (diff)
grc: move docstring extraction into subprocess
Diffstat (limited to 'grc/base')
-rw-r--r--grc/base/Platform.py1
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"""