LukeWoodward / SplitsBrowser

Orienteering results analysis
GNU General Public License v2.0
13 stars 9 forks source link

Handle non-starting competitors in HTML format files #43

Closed LukeWoodward closed 8 years ago

LukeWoodward commented 8 years ago

Events 8837 and 8838 on splitsbrowser.org.uk are multi-table HTML data files that contain competitors with no controls listed at all, presumably because they did not start.

At present, SplitsBrowser throws an exception attempting to load such files, because it expects all competitors to have a full set of controls listed but these competitors have none. SplitsBrowser should handle these competitors better.