Salome HOME
Minor correction to appli_gen.py tuleap_18467
authoresy <emmanuel.streby@opencascade.com>
Wed, 29 Jan 2020 10:35:26 +0000 (11:35 +0100)
committeresy <emmanuel.streby@opencascade.com>
Wed, 29 Jan 2020 10:35:26 +0000 (11:35 +0100)
bin/appli_gen.py

index ceb5bfa0083d93faea253203566aa78e0b9ccaaa..8f76b7c337c54a29f933d69cf86a1e332e95f924 100755 (executable)
@@ -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)