Changeset 18041 for branches/3026_IntegrationIntoSymSpace/HeuristicLab
- Timestamp:
- 08/06/21 16:16:21 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3026_IntegrationIntoSymSpace/HeuristicLab/3.3/Program.cs
r18040 r18041 29 29 static void Main(string[] args) { 30 30 if ((args.Length >= 1) && (args[0] == "/start:JsonInterface")) { 31 try { 32 HeuristicLab.PluginInfrastructure.Main.HeadlessRun(args); 33 } catch (Exception e) { 34 File.WriteAllText(@"C:\Users\David\Desktop\GP_JsonInterface_Example\log.txt", e.Message); 35 } 36 File.WriteAllText(@"C:\Users\David\Desktop\GP_JsonInterface_Example\done.txt", Path.GetDirectoryName(Assembly.GetEntryAssembly().Location)); 31 HeuristicLab.PluginInfrastructure.Main.HeadlessRun(args); 37 32 } else { 38 33 HeuristicLab.PluginInfrastructure.Main.Run(args);
Note: See TracChangeset
for help on using the changeset viewer.