mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-08-03 05:18:22 +00:00
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:
parent
9e48f39fa5
commit
9248aee139
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue