Don't sort the CSV fields.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
Tim 'mithro' Ansell 2020-02-10 12:04:09 -08:00
parent 8b560d0d02
commit 0362854b05
1 changed files with 0 additions and 2 deletions

View File

@ -356,8 +356,6 @@ def sort_csv(pathname):
rows.extend(reader)
del reader
fields.sort()
def sort_key(r):
v = []
for field in fields: