Update storage_csv from engine

This commit is contained in:
TeoV
2020-12-04 09:59:51 +02:00
committed by Dan Christian Bogos
parent 0e5cdebd69
commit 77712ef776

View File

@@ -132,7 +132,7 @@ func NewFileCSVStorage(sep rune, dataPath string) *CSVStorage {
dispatcherprofilesPaths := appendName(allFoldersPath, utils.DispatcherProfilesCsv)
dispatcherhostsPaths := appendName(allFoldersPath, utils.DispatcherHostsCsv)
rateProfilesFn := appendName(allFoldersPath, utils.RateProfilesCsv)
actionProfilesFn := append(allFoldersPath, utils.ActionProfilesCsv)
actionProfilesFn := appendName(allFoldersPath, utils.ActionProfilesCsv)
return NewCSVStorage(sep,
destinationsPaths,
timingsPaths,