Skip to content

Commit

Permalink
Add missing templates for submission export (#1279)
Browse files Browse the repository at this point in the history
  • Loading branch information
Virv12 authored Nov 17, 2024
1 parent b12d0b1 commit 9ef11a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmscontrib/ExportSubmissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
TEMPLATE[".cpp"] = TEMPLATE[".c"]
TEMPLATE[".java"] = TEMPLATE[".c"]
TEMPLATE[".txt"] = TEMPLATE[".c"]
TEMPLATE[".cs"] = TEMPLATE[".c"]
TEMPLATE[".rs"] = TEMPLATE[".c"]


def filter_top_scoring(results, unique):
Expand Down

0 comments on commit 9ef11a8

Please sign in to comment.