bstaple1 / MTGA_Draft_17Lands

Magic: The Gathering Arena draft tool that utilizes 17Lands data
MIT License
110 stars 31 forks source link

CalculateColorAffinity fails if 17lands data is incomplete #2

Closed maqifrnswa closed 2 years ago

maqifrnswa commented 2 years ago

similar to #1 , if a card doesn't have data for a certain color combination, calculatecoloraffinity won't finish calculating the remaining cards:

swapping "try" and "for" here: https://github.com/bstaple1/MTGA_Draft_17Lands/blob/dc97857a2279e6908da9b216a5bfae1546a9b4be/card_logic.py#L241

will fix it! thanks!

bstaple1 commented 2 years ago

Thanks for bringing this to my attention. I will make the change