- 3,746
Ok, the bug is fixed now, I've re-uploaded the corrected tables and I've attached the correct spreadsheets to this post.
The bug was in the way files are sorted by name. In a directory listing of files named "1", "2", "10" and "11", the 'sorted' list would be "1", "10", "11", "2". This caused the rounds to be parsed in the wrong order, leading to incorrect race numbers for the first wins. I should have saved the files with a double-digit round number anyway, but it must have slipped my mind when I was writing the parser.
The bug was in the way files are sorted by name. In a directory listing of files named "1", "2", "10" and "11", the 'sorted' list would be "1", "10", "11", "2". This caused the rounds to be parsed in the wrong order, leading to incorrect race numbers for the first wins. I should have saved the files with a double-digit round number anyway, but it must have slipped my mind when I was writing the parser.