From: crouzet Date: Tue, 11 Jul 2023 15:12:43 +0000 (+0200) Subject: correction from Martin BERNHARD to avoid problems with character X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;ds=inline;h=322636eadbe5e8d75a546600f04b217cc74d4bdd;p=tools%2Fsat.git correction from Martin BERNHARD to avoid problems with character --- diff --git a/src/fileEnviron.py b/src/fileEnviron.py index a60827b..b6987ae 100644 --- a/src/fileEnviron.py +++ b/src/fileEnviron.py @@ -491,7 +491,7 @@ class LauncherFileEnviron(FileEnviron): if self.init_path: self.output.write('\n'+self.indent) - self.add_echo("change this variable to not reset the PATHS") + self.add_echo("Modify this variable to not reset the PATHS") self.output.write(self.indent+'reinitialise_paths=True\n\n') def add_echo(self, text):