mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-10 23:08:37 +02:00
escape_special_characters() returns a ValueError object instead of raising it when the input path exceeds 1000 characters. The exception object gets used as a string downstream instead of triggering error handling.