Skip to content

Commit 0eec705

Browse files
committed
Add TODO about TPMatch.winner not working for group draw matches
1 parent 584bf05 commit 0eec705

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tptools/tpmatch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ def played(self) -> bool:
172172

173173
@property
174174
def winner(self) -> TPEntry | None:
175+
# TODO:this won't work for group draws, as TP doesn't fill entry for those
175176
return self.pm1.entry if self.played else None
176177

177178
@property

0 commit comments

Comments
 (0)