From 9bc08b13c7cf2ff2575c1c2e64d1679d7e3cfb30 Mon Sep 17 00:00:00 2001 From: esy Date: Wed, 29 Jan 2020 11:35:26 +0100 Subject: [PATCH] Minor correction to appli_gen.py --- bin/appli_gen.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/appli_gen.py b/bin/appli_gen.py index ceb5bfa00..8f76b7c33 100755 --- a/bin/appli_gen.py +++ b/bin/appli_gen.py @@ -400,6 +400,7 @@ export MMGT_REENTRANT=1 f.write(command) # Create configuration file: configGUI.cfg + dirs_ress_icon = [] with open(os.path.join(home_dir, 'env.d', 'configGUI.cfg'),'w') as f: command = """[SALOME GUI Configuration]\n""" f.write(command) -- 2.39.2