rpdelaney-archive / python-chess-annotator

Reads chess games in PGN format and adds annotations using an engine
GNU General Public License v3.0
61 stars 29 forks source link

Close the eco json file #24

Closed rpdelaney closed 5 years ago

rpdelaney commented 5 years ago

In the eco classification step (and also the tests for this step) we open the eco json file and then forget to close it. Oops.