lukos / simsig_importer

.Net Desktop Application for converting Excel simplified timetables into Simsig timetables
GNU General Public License v3.0
3 stars 1 forks source link

Make sure that duplicate train types error and don't crash #35

Closed lukos closed 2 years ago

lukos commented 2 years ago

They won't crash but they might not tie up correctly because using a list, it will simply add a second one with the same SheetId and when linking to the workings, it will link only to the first one. We should check for the existence of the same sheet id, ignore the duplicate and log a warning.