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

Merge branch 'lh-fixes' into 'develop'

Minor changes for list of attendees

See merge request !20
parents e65a8247 551403ea
No related branches found
No related tags found
2 merge requests!21[release] Regular merge of develop,!20Minor changes for list of attendees
Pipeline #57506 passed
# Annegrait # Annegrait Daujeumont
# Laurent # Laurent Heirendt
...@@ -70,7 +70,7 @@ for root, dirs, files in os.walk(folder): ...@@ -70,7 +70,7 @@ for root, dirs, files in os.walk(folder):
link = os.path.splitext(fileName)[0] link = os.path.splitext(fileName)[0]
# ignore subsections (.md files that start with _) # ignore subsections (.md files that start with _)
if file[0] != "_": if file[0] != "_" and fileName != "attendees/firstnameLastname.md":
print(" > Generating header for: " + fileName) print(" > Generating header for: " + fileName)
# remove the previous header # remove the previous header
......
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