Skip to content
Snippets Groups Projects

add 2022

Merged Laurent Heirendt requested to merge add-22 into develop
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -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("..")
Loading