3 Commits

Author SHA1 Message Date
jvoisin
5371c75dc6 Add a meaningful error to process-templates 2024-04-13 13:38:41 -04:00
sandbank52641
968167ad52 simplify process templates script
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/
2024-01-07 15:18:18 -05:00
Daniel Micay
8a4a08cae8 run process-templates as an executable 2023-07-15 15:26:45 -04:00