Skip to content
Snippets Groups Projects
Commit 88a9f701 authored by Glenn Proctor's avatar Glenn Proctor
Browse files

More informative error if missing analysis

parent 475a56ce
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ sub validate_type {
if ($sth->fetchrow_array()) {
print "Type $type is valid\n";
} else {
print "Type $type is not valid\n";
print "Type $type is not valid - is there an entry for $type in the analysis table?\n";
return 0;
}
......
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