Get path for datasets from config like other services
This commit is contained in:
parent
e569541faa
commit
f0688ad8c6
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ void CRangeMirrorManager::init()
|
|||
|
||||
// Load datasets into temporary map to get the names
|
||||
TSDataSetSheets sDataSetSheets;
|
||||
loadForm( "dataset", "data_shard/datasets.packed_sheets", sDataSetSheets );
|
||||
loadForm( "dataset", IService::getInstance()->WriteFilesDirectory.toString()+"datasets.packed_sheets", sDataSetSheets );
|
||||
TSDataSetSheets::iterator ism;
|
||||
for ( ism=sDataSetSheets.begin(); ism!=sDataSetSheets.end(); ++ism )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue