Extensions: Group fix for python

This commit is contained in:
Stefan Tröger
2016-12-03 09:54:13 +01:00
committed by wmayer
parent 19e708879f
commit 1787a4f978
3 changed files with 8 additions and 2 deletions

View File

@@ -117,7 +117,7 @@ public:
EXTENSION_PROXY_ONEARG(allowObject, pyobj);
if(result.isNone())
ExtensionT::allowObject(obj);
return ExtensionT::allowObject(obj);
if(result.isBoolean())
return result.isTrue();