mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-31 14:58:25 -04:00
fix: Init and status commands now are able to navigate the right archive folder
This commit is contained in:
parent
9fdcb9857e
commit
ea84607b47
3 changed files with 15 additions and 10 deletions
|
@ -464,7 +464,7 @@ def get_orphaned_folders(snapshots, out_dir: Path=OUTPUT_DIR) -> Dict[str, Optio
|
|||
if entry.is_dir():
|
||||
snapshot = None
|
||||
try:
|
||||
snapshot = load_json_snapshot(str(entry))
|
||||
snapshot = load_json_snapshot(entry)
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue