MET08THFTIRSTRATUS - v2.43.4 - Builtin MonA, Run with layer and
1T
This commit is contained in:
@ -101,8 +101,9 @@ public class FileRead : Shared.FileRead, IFileRead
|
||||
Tuple<string, Test[], JsonElement[], List<FileInfo>> results = new(string.Empty, null, null, new List<FileInfo>());
|
||||
_Logistics = new Logistics(this, reportFullPath, useSplitForMID: false);
|
||||
SetFileParameterLotID(_Logistics.MID);
|
||||
if (reportFullPath.Length < _MinFileLength)
|
||||
results.Item4.Add(new FileInfo(reportFullPath));
|
||||
FileInfo fileInfo = new(reportFullPath);
|
||||
if (fileInfo.Length < _MinFileLength)
|
||||
results.Item4.Add(fileInfo);
|
||||
else
|
||||
{
|
||||
bool isBioRad;
|
||||
|
Reference in New Issue
Block a user