@@ -808,7 +808,11 class ProfileSelector(Operation): | |||
|
808 | 808 | rangeList : List of profile ranges. Example: rangeList = ((4, 30), (32, 64), (128, 256)) |
|
809 | 809 | |
|
810 | 810 | """ |
|
811 | ||
|
811 | ||
|
812 | if rangeList is not None: | |
|
813 | if type(rangeList[0]) not in (tuple, list): | |
|
814 | rangeList = [rangeList] | |
|
815 | ||
|
812 | 816 | dataOut.flagNoData = True |
|
813 | 817 | |
|
814 | 818 | if dataOut.flagDataAsBlock: |
General Comments 0
You need to be logged in to leave comments.
Login now