Use correct sync directory in Dynamic Downloader

This commit is contained in:
Alexander Bock
2025-06-14 13:47:35 +02:00
parent 5a366d02db
commit 5655088a25
+1 -1
View File
@@ -322,7 +322,7 @@ void DynamicFileSequenceDownloader::requestAvailableFiles(std::string httpDataRe
// ...GONG_Z/trace_pfss_intoout/2022/11/2022-11-13T16-14-00.000.osfls";
std::string fileName = url.substr(url.find_last_of("//"));
std::filesystem::path destination = _syncDir;
std::filesystem::path destination = syncDir;
destination += fileName;
double time = Time::convertTime(timestamp);