Revize a53b1de8
Přidáno uživatelem Alex Konig před více než 3 roky(ů)
Server/ServerApp/DataDownload/DataDownloader.cs | ||
---|---|---|
388 | 388 |
if (startDate == null || endDate == null) |
389 | 389 |
return GetData(subDirectory); |
390 | 390 |
|
391 |
|
|
392 | 391 |
string[] files = Directory.GetFiles(subDirectory); |
393 | 392 |
List<string> found00Files = new List<string>(); |
394 | 393 |
List<string> relevantFiles = new List<string>(); |
Také k dispozici: Unified diff
re #8933 Testing DataParser, JisParser and WeatherParser