mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-02 16:59:37 -05:00
Use correct sync directory in Dynamic Downloader
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user