From 1a8b87eb729318ecf6938580b246657b4567c041 Mon Sep 17 00:00:00 2001 From: crouzet Date: Fri, 11 Oct 2019 16:56:49 +0200 Subject: [PATCH] correction coquille --- src/environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2