You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling sort_file with a custom sorting key, temporary files are sorted correctly but not sorted when put back together.
This can be fixed by passing the key argument through to heapq.merge on line 108 of init.py
The text was updated successfully, but these errors were encountered:
When calling sort_file with a custom sorting key, temporary files are sorted correctly but not sorted when put back together.
This can be fixed by passing the key argument through to heapq.merge on line 108 of init.py
The text was updated successfully, but these errors were encountered: