summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2015-09-12 23:52:03 +0200
committeremkael <emkael@tlen.pl>2015-09-13 01:22:29 +0200
commitbce6c1dfe6e31dfce11807e42dc3d2f44779b623 (patch)
tree43ee0b2ed38fce553a6526ab40d9d19a595a87a7
parent455c3aac2228bcd1af1f484bc8e48846fa0f5a53 (diff)
* deduplicating iteration over traveller files
-rw-r--r--bidding_data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bidding_data.py b/bidding_data.py
index c489388..9b90731 100644
--- a/bidding_data.py
+++ b/bidding_data.py
@@ -143,7 +143,7 @@ class JFRBidding:
custom_files = custom_files + board_files
else:
self.__board_number_mapping[b_number] = None
- self.__tournament_files = custom_files
+ self.__tournament_files = list(set(custom_files))
# sitting read from BWS
__round_lineups = {}