Dentosal / python-sc2

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

fix expandnow crashing #187

Closed Frigerius closed 5 years ago

Frigerius commented 5 years ago

Fixes expand_now crashing by handling a None Location. If Location was None, it will return Error, otherwise the result of build will be returned. build was also updated to return Error on near = None