Skip to content

Commit 43dc84a

Browse files
committed
Tweak wording of feature nps=? warning
1 parent cd6bbb1 commit 43dc84a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chess/engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2135,7 +2135,7 @@ def start(self, engine: XBoardProtocol) -> None:
21352135
raise EngineError("xboard does not support mixing node limits with time limits")
21362136

21372137
if "nps" not in engine.features:
2138-
LOGGER.warning("%s: Engine did not declare explicit support for node limits (feature nps=?)")
2138+
LOGGER.warning("%s: Engine did not explicitly declare support for node limits (feature nps=?)")
21392139
elif not engine.features["nps"]:
21402140
raise EngineError("xboard engine does not support node limits (feature nps=0)")
21412141

0 commit comments

Comments
 (0)