refactor: update Google Drive indexer to return an additional unsupported file count, enhancing error reporting consistency

This commit is contained in:
Anish Sarkar 2026-04-07 05:30:10 +05:30
parent aba5f6a124
commit e4462292e4
2 changed files with 3 additions and 9 deletions

View file

@ -758,7 +758,7 @@ async def _index_with_delta_sync(
if not changes:
logger.info("No changes detected since last sync")
return 0, 0
return 0, 0, 0
logger.info(f"Processing {len(changes)} changes")