diff --git a/processing/post/filterTable.py b/processing/post/filterTable.py index aca94371c..ce09fc7b3 100755 --- a/processing/post/filterTable.py +++ b/processing/post/filterTable.py @@ -139,6 +139,7 @@ for name in filenames: table.data_readArray(positions+1) # read desired columns (indexed 1,...) table.data_writeArray() # directly write out except: + table.data_rewind() atOnce = False # data contains items that prevent array chunking if not atOnce: # read data line by line