Salome HOME
correction coquille
authorcrouzet <nicolas.crouzet@cea.fr>
Fri, 11 Oct 2019 14:56:49 +0000 (16:56 +0200)
committercrouzet <nicolas.crouzet@cea.fr>
Fri, 11 Oct 2019 14:56:49 +0000 (16:56 +0200)
src/environment.py

index 09f5b76e83c71a4d0bc1f902cea9c882bec56d6f..fd94a36196bae716cd2d8df3ce54ac9524ded6e8 100644 (file)
@@ -765,7 +765,7 @@ class SalomeEnviron:
         # use the sorted list of all products to sort the list of products 
         # we have to set
         sorted_product_list=[]
-        for n in self.sorted_nodes:
+        for n in self.sorted_product_list:
             if n in env_info:
                 sorted_product_list.append(n)