Index: Ringtoets/Common/src/Ringtoets.Common.IO/FileImporters/StructuresImporter.cs =================================================================== diff -u -r7718705f6072a15ac28cb112abb949ee280391a9 -r1bd759817ce35fd7ab4a8b96886d5cf8244f07fe --- Ringtoets/Common/src/Ringtoets.Common.IO/FileImporters/StructuresImporter.cs (.../StructuresImporter.cs) (revision 7718705f6072a15ac28cb112abb949ee280391a9) +++ Ringtoets/Common/src/Ringtoets.Common.IO/FileImporters/StructuresImporter.cs (.../StructuresImporter.cs) (revision 1bd759817ce35fd7ab4a8b96886d5cf8244f07fe) @@ -191,6 +191,7 @@ catch (CriticalFileReadException exception) { Log.Error(exception.Message); + return new ReadResult(true); } catch (LineParseException exception) {