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

Revert "Fixed ProcessImportPds to fix build. References #4883"

This reverts commit ac8387ff5cfd3a0f002cc6057e11858744e48378.
parent 5707ad2f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -750,7 +750,7 @@ namespace Isis {
    }
    else {
      QString msg = "Unknown label type in [" + p_labelFile + "]. It is possible the label file "
                    "does not describe an image.";
+                    "does not describe an image product (IMAGE, CUBE, or SPECTRALCUBE).";
      throw IException(IException::Io, msg, _FILEINFO_);
    }

+9 −9
Original line number Diff line number Diff line
@@ -221,8 +221,8 @@ namespace Isis {
   *                          using the default data area. Fixes #4738.
   *   @history 2017-06-26 Summer Stapleton - Added functions to identify and report changes to
   *                          the default projection offsets and multipliers. Fixes #4887.
   *   @history 2017-12-28 Summer Stapleton - Updated error message for unknown label type in 
   *                          ProcessLabel(). Fixes #4883.
   *   @history 2017-12-20 Summer Stapleton - Modified error message in
   *                          ProcessImportPds::ProcessLabel() to be more discriptive. Fixes #4883.
   *
   */
  class ProcessImportPds : public ProcessImport {