diff --git a/frigate/record.py b/frigate/record.py index 101afd8d0..7693db914 100644 --- a/frigate/record.py +++ b/frigate/record.py @@ -174,7 +174,9 @@ class RecordingMaintainer(threading.Thread): f"Failed to probe corrupt segment {cache_path}: {p.returncode} - {p.stderr}" ) - logger.warning(f"Discarding a corrupt recording segment: {cache_path}") + logger.warning( + f"Discarding a corrupt recording segment: {cache_path}" + ) Path(cache_path).unlink(missing_ok=True) continue