Skip to content
Snippets Groups Projects
Commit b17294e6 authored by Russell Taylor's avatar Russell Taylor
Browse files

Fix paths in properties files. Re #1881

parent f31fed28
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ parameterDefinition.directory = ../../../Instrument ...@@ -28,7 +28,7 @@ parameterDefinition.directory = ../../../Instrument
pythonscripts.directory = ../../../scripts pythonscripts.directory = ../../../scripts
# Data search path # Data search path
datasearch.directories = ../../../../../Test/AutoTestData;../../../../../Test/Data;../../../../../Test/Data/sns_event_prenexus;../../../../../Test/Nexus;../../../../../Test/Nexus/SNS datasearch.directories = ../../../../../Test/AutoTestData;../../../Instrument
# Default save directory # Default save directory
defaultsave.directory = . defaultsave.directory = .
......
...@@ -9,8 +9,11 @@ logging.channels.fileChannel.formatter.pattern = %Y-%m-%d %H:%M:%S,%i [%I] %p %s ...@@ -9,8 +9,11 @@ logging.channels.fileChannel.formatter.pattern = %Y-%m-%d %H:%M:%S,%i [%I] %p %s
#Plugin configuration #Plugin configuration
plugins.directory = ../../Build/Plugins plugins.directory = ../../Build/Plugins
# Data search path
datasearch.directories = ../../../../../Test/AutoTestData;../../../Instrument
#Where to load instrument definition files from #Where to load instrument definition files from
instrumentDefinition.directory = ../../../../Test/Instrument instrumentDefinition.directory = ../../../Instrument
# Uncommenting the line below will lead to all 2D workspaces being of the ManagedWorkspace2D variety # Uncommenting the line below will lead to all 2D workspaces being of the ManagedWorkspace2D variety
ManagedWorkspace.LowerMemoryLimit = 0 ManagedWorkspace.LowerMemoryLimit = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment