We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9364763 commit 9cb3ccaCopy full SHA for 9cb3cca
backend/btrixcloud/basecrawls.py
@@ -615,7 +615,7 @@ async def bulk_presigned_files(
615
async def validate_all_crawls_successful(
616
self, crawl_ids: List[str], org: Organization
617
):
618
- """Validate that crawls in list exist and are successful or else raise exception"""
+ """Validate that crawls in list exist and did not fail or else raise exception"""
619
for crawl_id in crawl_ids:
620
crawl = await self.get_base_crawl(crawl_id, org)
621
if crawl.state in FAILED_STATES:
0 commit comments