We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91996e2 commit ee210f4Copy full SHA for ee210f4
1 file changed
chess/engine.py
@@ -2510,7 +2510,7 @@ def start(self, engine: XBoardProtocol) -> None:
2510
2511
if not game_complete:
2512
result = "*"
2513
- ending = game_ending or "Game adjourned"
+ ending = game_ending or ""
2514
elif winner is not None or game_ending:
2515
result = "1-0" if winner == chess.WHITE else ("0-1" if winner == chess.BLACK else "1/2-1/2")
2516
ending = game_ending or ""
0 commit comments