summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.example.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/config.example.py b/config.example.py
index 31e40e1..0ff94ed 100644
--- a/config.example.py
+++ b/config.example.py
@@ -1,12 +1,11 @@
"""GENERIC"""
HGROUP_NO = 1
HGROUP_MEMBERS = [("521370910000", "Vladimir Lenin")]
-HGROUP = {f"hgroup-{HGROUP_NO}": HGROUP_MEMBERS}
+HGROUP = {f"hgroup-{HGROUP_NO:02}": HGROUP_MEMBERS}
LANGUAGE = "matlab"
-EXERCISES = [1, 2, 3, 4, 5, 6]
# TODO: figure out how to reliably obtain these two
-MANDATORY_FILES = [f"ex{n}.m" for n in EXERCISES]
-OPTIONAL_FILES = []
+MANDATORY_FILES = [f"ex{n}.m" for n in [2, 4, 5, 6]]
+OPTIONAL_FILES = [f"ex{n}.m" for n in [1, 3]]
"""GITEA"""
# trailing slash not allowed