Added Hypen
Removed IQS.Copy Dual write PDSF for Metrology Viewer Version Error Message MetrologyViewerFileShare Tests passed net8.0 v2_52_0-Tests editorconfig yml ec fix yml explict contents Delete File if Exists dotnet_diagnostic Removed Open Insight API IFX Directory from Save CA1862 and GetWeekOfYear for WritePDSF gitignore cellInstanceVersion.EdaConnection.PortNumber Added Climatec to Test.cs GetJobIdDirectory Remove and 5-Other-Small NETFRAMEWORK
This commit is contained in:
@ -216,13 +216,13 @@ public class FileRead : Shared.FileRead, IFileRead
|
||||
possibleDownload.Add(new(matchNginxFileSystemDateTime, targetFileInfo, alternateFileInfo, targetFileName));
|
||||
break;
|
||||
}
|
||||
if (possibleDownload.Any())
|
||||
if (possibleDownload.Count != 0)
|
||||
break;
|
||||
}
|
||||
if (possibleDownload.Any())
|
||||
if (possibleDownload.Count != 0)
|
||||
break;
|
||||
}
|
||||
if (possibleDownload.Any())
|
||||
if (possibleDownload.Count != 0)
|
||||
{
|
||||
possibleDownload = (from l in possibleDownload orderby l.Item1 select l).ToList();
|
||||
alternateFileInfo = possibleDownload[0].Item3;
|
||||
|
Reference in New Issue
Block a user