Skip to content
Snippets Groups Projects
Commit 8ac741cd authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

Merge branch 'add-22' into 'develop'

add 2022

See merge request R3/school/courses!116
parents 06e12e3a c36b311b
No related branches found
No related tags found
2 merge requests!119[release] Regular merge of develop,!116add 2022
Pipeline #56016 failed
......@@ -19,7 +19,7 @@ localroot = os.getcwd()
# generate the index properly speaking
cardDirs = ["2021", "2020", "2019"]
cardDirs = ["2022", "2021", "2020", "2019"]
index=''
# determine first the directories
......@@ -68,4 +68,4 @@ with open(indexFile, 'w') as file:
file.write(filedata)
print("\n > New index generated and saved in " + indexFile)
os.chdir("..")
\ No newline at end of file
os.chdir("..")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment