mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2025-02-16 21:38:33 +00:00
fix present folders docstring
This commit is contained in:
parent
204de37eb9
commit
ecfca13b6d
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ def get_unarchived_folders(links, out_dir: str=OUTPUT_DIR) -> Dict[str, Optional
|
|||
}
|
||||
|
||||
def get_present_folders(links, out_dir: str=OUTPUT_DIR) -> Dict[str, Optional[Link]]:
|
||||
"""dirs that are expected to exist based on the main index"""
|
||||
"""dirs that actually exist in the archive/ folder"""
|
||||
all_folders = {}
|
||||
|
||||
for entry in os.scandir(os.path.join(out_dir, ARCHIVE_DIR_NAME)):
|
||||
|
|
Loading…
Add table
Reference in a new issue