Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* If the game that is about to be annotated is already in the output file then the annotation is skipped. Sample console log: Annotating game 1... Skip annotation, game 1 is already fully annotated. Annotating game 2... Skip annotation, game 2 is already fully annotated. Annotating game 3... Skip annotation, game 3 is already fully annotated. Annotating game 4... Skip annotation, game 4 is already fully annotated. Annotating game 5... Skip annotation, game 5 is already fully annotated. Annotating game 6... Skip annotation, game 6 is already fully annotated. Annotating game 7... Skip annotation, game 7 is already fully annotated. Annotating game 8... Skip annotation, game 8 is already fully annotated. Annotating game 9... Skip annotation, game 9 is already fully annotated. Annotating game 10... Skip annotation, game 10 is already fully annotated. Annotating game 11... Skip annotation, game 11 is already fully annotated. Annotating game 12... Skip annotation, game 12 is already fully annotated. Annotating game 13... Skip annotation, game 13 is already fully annotated. Annotating game 14... Skip annotation, game 14 is already fully annotated. Annotating game 15... Skip annotation, game 15 is already fully annotated. Annotating game 16... Skip annotation, game 16 is already fully annotated. Annotating game 17... Skip annotation, game 17 is already fully annotated. Annotating game 18... side: White, move_num: 1 side: Black, move_num: 1
- Loading branch information
7ede84d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolve part of #83