forked from ddrilling/AsbCloudServer
Merge pull request '#20180716 Импорт плановой траектории работает не корректно' (#108) from fix/trajectory into dev
Reviewed-on: http://test.digitaldrilling.ru:8080/DDrilling/AsbCloudServer/pulls/108
This commit is contained in:
commit
790f4eef0d
@ -167,7 +167,11 @@ namespace AsbCloudInfrastructure.Services.Trajectory
|
||||
{
|
||||
parseErrors.Add(ex.Message);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
if (parseErrors.Any())
|
||||
throw new FileFormatException(string.Join("\r\n", parseErrors));
|
||||
|
||||
return trajectoryRows;
|
||||
}
|
||||
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user