Skip to content

Commit

Permalink
ocrdbrowser.workspace.list_all: disable path caching
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky authored Mar 15, 2024
1 parent f2f0975 commit d188af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocrdbrowser/_workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def is_valid(workspace: str) -> bool:
return (Path(workspace) / "mets.xml").exists()


@path_cache
# no way to update: @path_cache
def list_all(path: Path) -> List[str]:
# recursively enumerate METS file paths (excluding .backup subdirs)
return [
Expand Down

0 comments on commit d188af0

Please sign in to comment.