iamjarret / pystockfish

Implements an easy-to-use Engine class to integrates the Stockfish chess engine with Python
GNU General Public License v3.0
30 stars 13 forks source link

script crashes when there's no ponder #15

Open retrowaver opened 5 years ago

retrowaver commented 5 years ago

This is basically #11 that reappeared after #13, causing the script to crash in mate-in-one situations: IndexError: list index out of range.

Tested with Stockfish 8.

edit: just made a pull request #16