Update estimate
This commit is contained in:
@@ -72,6 +72,7 @@ namespace LeafWeb.Core.Parsers
|
||||
{
|
||||
var values = GetNextCsvRowValues();
|
||||
if (CsvReader.IsRecordEmpty())
|
||||
//continue;
|
||||
throw new ParseException($"Encountered empty line while readding fitting info on line {CsvReader.Row}");
|
||||
if (values == null) // end of file
|
||||
yield break;
|
||||
|
||||
Reference in New Issue
Block a user