Free cookie consent management tool by TermsFeed Policy Generator

Changeset 6995


Ignore:
Timestamp:
11/15/11 11:06:47 (12 years ago)
Author:
ascheibe
Message:

#1672 fixed typo which led to false assembly paths in the Slave App

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive.Slave.App/3.3/HiveSlaveApplication.cs

    r6993 r6995  
    6262
    6363      if (!Path.IsPathRooted(Settings.Default.PluginTempBaseDir)) {
    64         Settings.Default.PluginCacheDir = Path.Combine(Path.GetTempPath(), Settings.Default.PluginTempBaseDir);
     64        Settings.Default.PluginTempBaseDir = Path.Combine(Path.GetTempPath(), Settings.Default.PluginTempBaseDir);
    6565        Settings.Default.Save();
    6666      }
Note: See TracChangeset for help on using the changeset viewer.