-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix fatal error in GUI mode with an incorrect scenario (#487)
En cas d'erreur de scenario, en mode batch, Khiops sort en erreur fatale "Batch mode failure" apres avoir signale la ligne de scenario erronees au moyen d'une erreur standard. En mode GUI, on se contente de signaler l'erreur dans le log, mais la GUI continue d'etre utilisable. Un bug a ete introduit avec la prise en compte du pilotage par une structure json, en sortant en erreur fatale meme dans le mode GUI. Correction - CommandFile - Set|GetBatchMode: parametrage du mode batch - CloseInputCommandFile: utiliosation du parametre BatchMode pour provoquer ou non une erreur fatale - UIObject - BatchCommand: parametrage du mode batch du commandFile
- Loading branch information
1 parent
4f98968
commit 3d5d35f
Showing
4 changed files
with
37 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters