We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2937bb commit 6a960e5Copy full SHA for 6a960e5
1 file changed
process.py
@@ -15,7 +15,7 @@
15
inginious_dir = os.path.join(script_dir, 'inginious')
16
templates_dir = os.path.join(script_dir, 'templates')
17
18
-course_name = 'LEPL1402'
+course_name = 'LINFO1121'
19
20
def _safe_mkdir(directory, delete=False):
21
if delete and os.path.exists(directory):
0 commit comments