Skip to content

Commit b3da9f2

Browse files
committed
debug
1 parent deaba9a commit b3da9f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

autograder/apps/rankings/management/commands/update_rankings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ def handle(self, *args, **options):
9696
Decimal("0.4") * min(cf_rating, usaco_rating)
9797
+ Decimal("0.6") * max(cf_rating, usaco_rating)
9898
)
99+
self.stdout.write(self.style.NOTICE(f"Using writer format for {user}"))
99100
else:
100101
vals = [rankings[r]["usaco"], rankings[r]["cf"], rankings[r]["inhouse"]]
101102
vals.sort()

0 commit comments

Comments
 (0)