Skip to content

Commit 230bd82

Browse files
Copilotfsmosca
andcommitted
Document managed analysis option skip
Agent-Logs-Url: https://github.com/fsmosca/Python-Easy-Chess-GUI/sessions/8cacb687-7f24-4e3d-a2bb-0c4416bdb89d Co-authored-by: fsmosca <22366935+fsmosca@users.noreply.github.com>
1 parent 508cefc commit 230bd82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python_easy_chess_gui.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,7 @@ def configure_engine(self):
498498
if option_name == 'ownbook':
499499
self.is_ownbook = True
500500

501+
# Analysis-managed options are applied at runtime.
501502
if self.analysis and option_name in managed_uci_options:
502503
continue
503504

0 commit comments

Comments
 (0)