##// END OF EJS Templates
minor change
Miguel Valdez -
r658:58e2e25333a5
parent child
Show More
@@ -817,7 +817,7 class ProfileSelector(Operation):
817 dataOut.profileIndex = dataOut.nProfiles - 1
817 dataOut.profileIndex = dataOut.nProfiles - 1
818
818
819 if rangeList != None:
819 if rangeList != None:
820 raise ValueError, "Profile Selector: Not implemented for rangeList yet"
820 raise ValueError, "Profile Selector: Invalid argument rangeList. Not implemented for getByBlock yet"
821
821
822 dataOut.flagNoData = False
822 dataOut.flagNoData = False
823
823
General Comments 0
You need to be logged in to leave comments. Login now