Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
linrock committed Jul 4, 2024
1 parent 3dddf4d commit 7e85c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/games.py
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ def generate_tune_options(params):
stockfish_bin = None
for arg in cmd:
if arg.startswith('cmd=./'):
stockfish_bin = param.split('cmd=./')[-1]
stockfish_bin = arg.split('cmd=./')[-1]
break

def get_bench_stats(stockfish_bin, nnue_filename):
Expand Down

0 comments on commit 7e85c3e

Please sign in to comment.