Dentosal / python-sc2

A StarCraft II bot api client library for Python 3
MIT License
586 stars 182 forks source link

Stop expand if no more places for expanding #189

Closed tsonglew closed 5 years ago

tsonglew commented 5 years ago

It complained "AttributeError: 'NoneType' object has no attribute 'rounded'" when my bot take every available places to build main bases. In that case, the location got from get_next_expansion will be None and cause the error.