Commit 9718c310 authored by dcookastrog's avatar dcookastrog
Browse files

Corrected failure message for missing target body code.

parent e190f866
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -232,7 +232,7 @@ namespace Isis {
        else {
          throw IException(e, 
                           IException::Unknown, 
                           "BODY_FRAME_CODE not found for this Target.", 
                           "BODY_CODE not found for this Target.", 
                           _FILEINFO_);
        }
      }