summaryrefslogtreecommitdiffstats
path: root/plugin_registry.py
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-09-09 21:01:36 +0200
committerJan Pokorný <jpokorny@redhat.com>2014-09-09 21:01:36 +0200
commit9114f50df29eadeef92f690795c8ad784777e764 (patch)
tree97795eb9d96922f418d605b720de7212a0ff762b /plugin_registry.py
parenta38b5b59b29da6e7bb35f7ab92ab77615ae13473 (diff)
downloadclufter-9114f50df29eadeef92f690795c8ad784777e764.tar.gz
clufter-9114f50df29eadeef92f690795c8ad784777e764.tar.xz
clufter-9114f50df29eadeef92f690795c8ad784777e764.zip
plugin_registry: do not return when exception bubbles up
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'plugin_registry.py')
-rw-r--r--plugin_registry.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin_registry.py b/plugin_registry.py
index 7b12ce2..8a66e8f 100644
--- a/plugin_registry.py
+++ b/plugin_registry.py
@@ -106,7 +106,7 @@ class PluginRegistry(type):
if registry._path_context is not None:
registry._path_mapping[registry._path_context].add(name)
- return ret
+ return ret
@hybridproperty
def name(this):