From 322636eadbe5e8d75a546600f04b217cc74d4bdd Mon Sep 17 00:00:00 2001 From: crouzet Date: Tue, 11 Jul 2023 17:12:43 +0200 Subject: [PATCH] correction from Martin BERNHARD to avoid problems with character --- src/fileEnviron.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.30.2