asdfasdfawds
This commit is contained in:
@@ -108,7 +108,8 @@ def load_frame_index(frames_dir: Path) -> list[dict]:
|
||||
return []
|
||||
try:
|
||||
index = json.loads(index_path.read_text())
|
||||
except (json.JSONDecodeError, IOError):
|
||||
except (json.JSONDecodeError, IOError) as e:
|
||||
log.debug("Failed to read frame index %s: %s", index_path, e)
|
||||
return []
|
||||
result = []
|
||||
for entry in index:
|
||||
|
||||
Reference in New Issue
Block a user