@@ -809,6 +809,10 class ProfileSelector(Operation): | |||||
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 | dataOut.flagNoData = True |
|
816 | dataOut.flagNoData = True | |
813 |
|
817 | |||
814 | if dataOut.flagDataAsBlock: |
|
818 | if dataOut.flagDataAsBlock: |
General Comments 0
You need to be logged in to leave comments.
Login now