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 cd6bbb1 commit 43dc84aCopy full SHA for 43dc84a
1 file changed
chess/engine.py
@@ -2135,7 +2135,7 @@ def start(self, engine: XBoardProtocol) -> None:
2135
raise EngineError("xboard does not support mixing node limits with time limits")
2136
2137
if "nps" not in engine.features:
2138
- LOGGER.warning("%s: Engine did not declare explicit support for node limits (feature nps=?)")
+ LOGGER.warning("%s: Engine did not explicitly declare support for node limits (feature nps=?)")
2139
elif not engine.features["nps"]:
2140
raise EngineError("xboard engine does not support node limits (feature nps=0)")
2141
0 commit comments