Skip to content

Commit

Permalink
Background: Really really fix PlayerGameResult.board()
Browse files Browse the repository at this point in the history
  • Loading branch information
UEWBot committed Feb 4, 2025
1 parent eb43ea5 commit d708bb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions visualiser/tournament/players.py
Original file line number Diff line number Diff line change
Expand Up @@ -1239,6 +1239,7 @@ def board(self):
"""Which board of the round was the game?"""
# Parse the game name
# Format is either "R n B m" or "n / m"
parts = self.game_name.split()
return parts[-1]

def wdd_url(self):
Expand Down

0 comments on commit d708bb3

Please sign in to comment.