List the UPRNs with no SharePoint folder under any root 🟩

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Daniel Roth 2026-07-29 08:45:46 +00:00
parent 9e48f39fa5
commit 9248aee139

View file

@ -149,7 +149,7 @@ class SharepointRenamerOrchestrator:
logger.warning(
f"Missing folder for UPRN {uprn} in any root: {address}, {postcode}"
)
return RenameSummary()
return RenameSummary(missing_folders=[uprn])
def _process_folder(
self, folder_path: str, uprn: str, address: str, postcode: str