MCPcopy Index your code
hub / github.com/Breakthrough/PySceneDetect / StatsFileCorrupt

Class StatsFileCorrupt

scenedetect/stats_manager.py:69–75  ·  view source on GitHub ↗

Raised when frame metrics/stats could not be loaded from a provided CSV file.

Source from the content-addressed store, hash-verified

67
68
69class StatsFileCorrupt(Exception):
70 """Raised when frame metrics/stats could not be loaded from a provided CSV file."""
71
72 def __init__(
73 self, message: str = "Could not load frame metric data data from passed CSV file."
74 ):
75 super().__init__(message)
76
77
78##

Callers 1

load_from_csvMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected