Browse Source

Update tripal/api/tripal.terms.api.inc

Co-Authored-By: laceysanderson <las166@mail.usask.ca>
Bradford Condon 6 years ago
parent
commit
6c9cd2719d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tripal/api/tripal.terms.api.inc

+ 1 - 1
tripal/api/tripal.terms.api.inc

@@ -361,7 +361,7 @@ function tripal_get_term_details($vocabulary, $accession) {
         tripal_report_error(
           'tripal',
           TRIPAL_ERROR,
-          "Unable to find term for :vocab, :accession.",
+          "Unable to find term for :vocab, :accession using :function.",
           [':vocab' => $vocabulary, ':accession' => $accession, ':function' => $function]
         );
         return FALSE;