Skip to content

Commit

Permalink
Report name of table when it's not found in the .xlsx file (####15)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfbvs committed Jan 4, 2021
1 parent 92b87b0 commit 44ff3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/amplxl/src/ampl_xl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ ExcelManager::manage_workbook(){
manage_workbook();
}
else{
msg = "could not find table";
msg = "could not find a range or sheet named " + table_name;
logger.log(msg, LOG_ERROR);
return 1;
}
Expand Down

0 comments on commit 44ff3c7

Please sign in to comment.