Skip to content

Commit 9ef11a8

Browse files
authored
Add missing templates for submission export (#1279)
1 parent b12d0b1 commit 9ef11a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmscontrib/ExportSubmissions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@
5757
TEMPLATE[".cpp"] = TEMPLATE[".c"]
5858
TEMPLATE[".java"] = TEMPLATE[".c"]
5959
TEMPLATE[".txt"] = TEMPLATE[".c"]
60+
TEMPLATE[".cs"] = TEMPLATE[".c"]
61+
TEMPLATE[".rs"] = TEMPLATE[".c"]
6062

6163

6264
def filter_top_scoring(results, unique):

0 commit comments

Comments
 (0)