From e82e20d808356e231a1ca8faab28b852ce4c221a 2015-12-15 17:50:07 From: Miguel Valdez Date: 2015-12-15 17:50:07 Subject: [PATCH] minor changes --- diff --git a/schainpy/model/proc/jroproc_spectra.py b/schainpy/model/proc/jroproc_spectra.py index ce4bb73..9ccc91e 100644 --- a/schainpy/model/proc/jroproc_spectra.py +++ b/schainpy/model/proc/jroproc_spectra.py @@ -154,7 +154,7 @@ class SpectraProc(ProcessingUnit): self.id_min += nVoltProfiles self.id_max += nVoltProfiles else: - raise ValueError, "The type object %s has %d profiles, it should be equal to %d profiles"%(self.dataIn.type,self.dataIn.data.shape[1],nProfiles) + raise ValueError, "The type object %s has %d profiles, it should just has %d profiles"%(self.dataIn.type,self.dataIn.data.shape[1],nProfiles) self.dataOut.flagNoData = True return 0 else: