mirror of https://github.com/openXC7/prjxray.git
Don't sort the CSV fields.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
parent
8b560d0d02
commit
0362854b05
|
|
@ -356,8 +356,6 @@ def sort_csv(pathname):
|
|||
rows.extend(reader)
|
||||
del reader
|
||||
|
||||
fields.sort()
|
||||
|
||||
def sort_key(r):
|
||||
v = []
|
||||
for field in fields:
|
||||
|
|
|
|||
Loading…
Reference in New Issue