bananahampster/hampalyzer

Rasen logs fail due to Uncaught Error unknown team: #dustbowl_team1

Closed this issue · 0 comments

rasen-R1-L0807027.log
rasen-R2-L0807031.log

It looks like Rasen uses slightly unusual team names:
"#Dustbowl_team1" and "#Dustbowl_team2"

dustbowl_team1 / dustbowl_team2 are already supported, but these have a leading '#' sign.

Not sure if the ideal solution is to trim off the # or just add a new case statement to catch this, but I only know how to do one of those things so I'll submit a PR shortly :p