aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Python/library/Zinc.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/library/Zinc.py.in b/Python/library/Zinc.py.in
index de5507a..b13b5d4 100644
--- a/Python/library/Zinc.py.in
+++ b/Python/library/Zinc.py.in
@@ -1097,7 +1097,7 @@ class Group( ZincItem ):
if self.id == 1:
return self.zinc.items[1]
else:
- ZincItem.getGroup( self )
+ return ZincItem.getGroup( self )
#TODO: Extension. Renvoie les références aux ZincItems contenus dans le Groupe
def getNode( self ):