Loading isis/src/base/objs/ProcessImportPds/ProcessImportPds.cpp +68 −67 Original line number Diff line number Diff line Loading @@ -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_); } Loading Loading
isis/src/base/objs/ProcessImportPds/ProcessImportPds.cpp +68 −67 Original line number Diff line number Diff line Loading @@ -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_); } Loading