From: esy Date: Wed, 29 Jan 2020 10:35:26 +0000 (+0100) Subject: Minor correction to appli_gen.py X-Git-Tag: EMC2P_V_1_2_0~2^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9bc08b13c7cf2ff2575c1c2e64d1679d7e3cfb30;p=modules%2Fkernel.git Minor correction to appli_gen.py --- 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)