diff --git a/tools/lib/data.py b/tools/lib/data.py index 7cd3df5e..df221627 100644 --- a/tools/lib/data.py +++ b/tools/lib/data.py @@ -33,18 +33,18 @@ def datafileSelector(dataType): } return switcher[dataType] -def getSubtableIndex(table,firstindex=2,column=0,count=1): - subtablesindex=list() +def getSubtableRange(table,firstindex=2,column=0,count=1): + subtablesRange=list() i=firstindex+count while i