From: crouzet Date: Fri, 11 Oct 2019 14:56:49 +0000 (+0200) Subject: correction coquille X-Git-Tag: 5.5.0~20 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1a8b87eb729318ecf6938580b246657b4567c041;p=tools%2Fsat.git correction coquille --- diff --git a/src/environment.py b/src/environment.py index 09f5b76..fd94a36 100644 --- a/src/environment.py +++ b/src/environment.py @@ -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)