From 3d0d4bec3ede5f348b3563561698fe209c040536 Mon Sep 17 00:00:00 2001 From: Filippo Casarin Date: Sun, 17 Nov 2024 02:06:36 +0100 Subject: [PATCH] Add missing templates for submission export --- cmscontrib/ExportSubmissions.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmscontrib/ExportSubmissions.py b/cmscontrib/ExportSubmissions.py index b53fd5cb9b..44d5d5ee8b 100755 --- a/cmscontrib/ExportSubmissions.py +++ b/cmscontrib/ExportSubmissions.py @@ -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):