summaryrefslogtreecommitdiff
path: root/process-templates
AgeCommit message (Collapse)Author
2024-04-13Add a meaningful error to process-templatesjvoisin
2024-01-07simplify process templates scriptsandbank52641
Python provides a high-level path object with `pathlib`[^1], which is included in the standard library[^2]. This makes it simpler to find all html files to process. [^1]: https://docs.python.org/3/library/pathlib.html#module-pathlib [^2]: https://peps.python.org/pep-0428/
2023-07-15run process-templates as an executableDaniel Micay