Bug fixes

This commit is contained in:
2024-06-12 09:58:26 -07:00
parent f1b0f15342
commit e365af3f6f
5 changed files with 7 additions and 5 deletions

View File

@ -138,7 +138,8 @@ public class FileRead : Shared.FileRead, IFileRead
if (iProcessData.Details.Count == 0)
throw new Exception(string.Concat("C) No Data - ", dateTime.Ticks));
results = iProcessData.GetResults(this, _Logistics, results.Item4);
File.Delete(reportFullPath);
if (_IsEAFHosted)
File.Delete(reportFullPath);
}
#nullable disable
return results;