Zero _TickOffset
This commit is contained in:
@ -406,10 +406,10 @@ public class ProcessData : IProcessData
|
||||
{
|
||||
Complete? complete = GetComplete(logistics);
|
||||
if (complete is null)
|
||||
_Log.Warn($"Could not get Complete from {logistics}");
|
||||
_Log.Warn($"Could not get Complete from {reportFileName}");
|
||||
else
|
||||
{
|
||||
FileInfo fileInfo = new($"{logistics}.json");
|
||||
FileInfo fileInfo = new($"{logistics.ReportFullPath}.json");
|
||||
string json = JsonSerializer.Serialize(complete, CompleteSourceGenerationContext.Default.Complete);
|
||||
File.WriteAllText(fileInfo.FullName, json);
|
||||
fileInfoCollection.Add(fileInfo);
|
||||
|
Reference in New Issue
Block a user