's'
This commit is contained in:
@@ -214,6 +214,10 @@ def _resolve_managed_file(root_id: str, relative_path: str) -> tuple[ManagedRoot
|
||||
return root, rel, target
|
||||
|
||||
|
||||
def resolve_managed_file(root_id: str, relative_path: str) -> tuple[ManagedRoot, Path, Path]:
|
||||
return _resolve_managed_file(root_id, relative_path)
|
||||
|
||||
|
||||
def list_root_summaries() -> list[dict]:
|
||||
summaries: list[dict] = []
|
||||
for root in managed_roots().values():
|
||||
|
||||
Reference in New Issue
Block a user