Salome HOME
[EDF27816] : management of proxy from/to Foreach
authorAnthony Geay <anthony.geay@edf.fr>
Tue, 6 Jun 2023 15:52:48 +0000 (17:52 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Tue, 6 Jun 2023 15:52:48 +0000 (17:52 +0200)
src/Container/SALOME_PyNode.py

index 998e61d8f06dd0e5282c7b60a7a72bf45174a5bd..0238ad9f19b65735fade4ed0829205f35d185ed6 100644 (file)
@@ -240,6 +240,7 @@ def UnProxyObject( obj ):
     for elt in obj:
       if isinstance(elt,BigObjectOnDiskBase):
         elt.doNotTouchFile()
+    return obj
   else:
     return obj