kelesi / mtga-utils

Magic the Gathering: Arena related stuff (Card collection export)
MIT License
54 stars 13 forks source link

Handle log file lines with unmatched delimiters. #30

Closed pak21 closed 3 years ago

pak21 commented 3 years ago

My most recent MTGA logfiles have contained the RingDoorbell line added to the test data; this breaks the parsing due to the unmatched [. Fix this by only counting delimiters when we're adding lines to the bucket.

(The Scryfall test is still failing after this change but I'm sure that's unrelated)

kelesi commented 3 years ago

Thanks