Skip to content

Commit 88b5493

Browse files
calumlockhart-bhpeterjamesnugent
authored andcommitted
Update ReadResults.cs
1 parent 2592d23 commit 88b5493

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MidasCivil_Adapter/CRUD/Read/Results/ReadResults.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,8 @@ private static string ExcelToCsv(string path)
199199
string csvPath = GetCSVFile(path); ;
200200
if (!(File.Exists(path)))
201201
{
202-
Engine.Reflection.Compute.RecordError("MidasCivil_Toolkit detects no Excel file, make sure you have exported the results from Midas.");
202+
Engine.Reflection.Compute.RecordError("No Excel file detected, please make sure you have exported the results from MidasCivil.");
203+
return null;
203204
}
204205
else
205206
{

0 commit comments

Comments
 (0)