Skip to content
Snippets Groups Projects
Commit bc5139b3 authored by Magali Ruffier's avatar Magali Ruffier
Browse files

exit message a bit more explanatory

parent ed73184d
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ SQL
my ($row) = @_;
my ($id, $common_name, $web_name, $scientific_name, $production_name, $url_name) = @{$row};
if (!$common_name) {
throw("no common name specified, exiting");
throw("no common name specified for $production_name, exiting");
}
if(!exists $species{$id}) {
$species{$id} = {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment