error_step = "MAKE INSTALL"
# Check that the install directory exists
- if not(os.path.exists(p_info.install_dir)):
+ if res==0 and not(os.path.exists(p_info.install_dir)):
res = 1
error_step = "NO INSTALL DIR"
msg = _("Error: despite the fact that all the steps ended successfully,"
if 'APPLICATION' not in runner.cfg: # edit user pyconf
usercfg = os.path.join(runner.cfg.VARS.personalDir,
'salomeTools.pyconf')
- logger.write(_("Openning %s" % usercfg), 3)
+ logger.write(_("Openning %s\n" % usercfg), 3)
src.system.show_in_editor(editor, usercfg, logger)
else:
# search for file <application>.pyconf and open it
pyconf_path = os.path.join(path,
runner.cfg.VARS.application + ".pyconf")
if os.path.exists(pyconf_path):
- logger.write(_("Openning %s" % pyconf_path), 3)
+ logger.write(_("Openning %s\n" % pyconf_path), 3)
src.system.show_in_editor(editor, pyconf_path, logger)
break
PROJECTS :
{
-project_file_paths : ["/home/salome/SPN_PRIVATE/SAT5/SALOME-PROJECT/salome.pyconf"]
+project_file_paths : ["/home/salome/SPN_PRIVATE/SAT5/SALOME-PROJECT/salome.pyconf", "/data/tmpsalome/salome/SAT-PROJECTS/NUMODIS/numodis.pyconf"]
}