Skip to content

Commit 36ca85e

Browse files
committed
Update docstring
1 parent bc6515c commit 36ca85e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/btrixcloud/basecrawls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ async def bulk_presigned_files(
605605
async def validate_all_crawls_successful(
606606
self, crawl_ids: List[str], org: Organization
607607
):
608-
"""Validate that crawls in list exist and are successful or else raise exception"""
608+
"""Validate that crawls in list exist and did not fail or else raise exception"""
609609
for crawl_id in crawl_ids:
610610
crawl = await self.get_base_crawl(crawl_id, org)
611611
if crawl.state in FAILED_STATES:

0 commit comments

Comments
 (0)