blakeblackshear.frigate/frigate/util
gtsiam 38ff46e45c
Rewrite yaml loader (#13803)
* Ignore entire __pycache__ folder instead of individual *.pyc files

* Rewrite the yaml loader to match PyYAML

The old implementation would fail in weird ways with configs that were
incorrect in just the right way. The new implementation just does what
PyYAML would do, only diverging in case of duplicate keys.

* Clarify duplicate yaml key ValueError message

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>

---------

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
2024-09-17 15:52:55 -05:00
..
builtin.py Rewrite yaml loader (#13803) 2024-09-17 15:52:55 -05:00
config.py Configurable ffmpeg (#13722) 2024-09-13 15:14:51 -05:00
image.py Ffmpeg cleanup (#13737) 2024-09-14 07:03:39 -06:00
object.py Work through most of the cspell warnings in python (#13794) 2024-09-17 10:41:46 -05:00
services.py Work through most of the cspell warnings in python (#13794) 2024-09-17 10:41:46 -05:00