osc se did not sort the output anymore. The logic in the existing results.sort(key=...) was wrong. Now it is using key=itemgetter(0,1) has two columns and key=itemgetter(0) if there is only one column.