Consolidate status markup.

Improved charting error reporting.
This commit is contained in:
2017-02-24 10:44:13 -05:00
parent 61cbc942c1
commit 3ff815082a
12 changed files with 119 additions and 72 deletions
+1 -1
View File
@@ -73,7 +73,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}");
throw new ParseException($"Encountered empty line while reading fitting info on line {CsvReader.Row}");
if (values == null) // end of file
yield break;
if (matcher.IsPropertiesTitlesMatch(values))