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

add 2022

parent 06e12e3a
No related branches found
No related tags found
2 merge requests!119[release] Regular merge of develop,!116add 2022
......@@ -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