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 bc6515c commit 36ca85eCopy full SHA for 36ca85e
backend/btrixcloud/basecrawls.py
@@ -605,7 +605,7 @@ async def bulk_presigned_files(
605
async def validate_all_crawls_successful(
606
self, crawl_ids: List[str], org: Organization
607
):
608
- """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"""
609
for crawl_id in crawl_ids:
610
crawl = await self.get_base_crawl(crawl_id, org)
611
if crawl.state in FAILED_STATES:
0 commit comments