mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-21 05:41:54 +02:00
fix: status was raising error
This commit is contained in:
@@ -117,7 +117,7 @@ def parse_json_snapshot_details(out_dir: Union[Path, str]) -> Iterator[dict]:
|
||||
if entry.is_dir(follow_symlinks=True):
|
||||
if (Path(entry.path) / 'index.json').exists():
|
||||
try:
|
||||
snapshot_details = load_json_snapshot_details(entry.path)
|
||||
snapshot_details = load_json_snapshot(Path(entry.path))
|
||||
except KeyError:
|
||||
snapshot_details = None
|
||||
if snapshot_details:
|
||||
|
Reference in New Issue
Block a user