This commit is contained in:
gauthiier
2025-09-21 07:32:21 +02:00
parent 5ed1a6ebd7
commit 2e2da08a09
4 changed files with 20 additions and 7 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ if __name__ == "__main__":
fm_date = e.begin.format(DFMT)
fm_date_interval = f"{e.begin.format(DHFMT)}-{e.end.format(HFMT)}"
filename = f'{fm_date}-{name}.md'
filepath = pathlib.Path(conf['content']) / 'event' / filename
filepath = pathlib.Path(conf['content']) / 'events' / filename
if not filepath.exists():
print(f"new event: {e.name}")