Commit deddc1d3 authored by Summer Stapleton's avatar Summer Stapleton Committed by Makayla Shepherd
Browse files

Modified error message in ProcessImportPds::ProcessLabel() to be more discriptive. Fixes #4883

parent f8be5695
Loading
Loading
Loading
Loading
+68 −67
Original line number Diff line number Diff line
@@ -749,7 +749,8 @@ namespace Isis {
      ProcessPdsCombinedSpectrumLabel(pdsDataFile);
    }
    else {
      QString msg = "Unknown label type in [" + p_labelFile + "]";
      QString msg = "Unknown label type in [" + p_labelFile + "]. It is possible the label file "
+                    "does not describe an image product (IMAGE, CUBE, or SPECTRALCUBE).";
      throw IException(IException::Io, msg, _FILEINFO_);
    }