Skip to content

Commit 9cb3cca

Browse files
committed
Update docstring
1 parent 9364763 commit 9cb3cca

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
@@ -615,7 +615,7 @@ async def bulk_presigned_files(
615615
async def validate_all_crawls_successful(
616616
self, crawl_ids: List[str], org: Organization
617617
):
618-
"""Validate that crawls in list exist and are successful or else raise exception"""
618+
"""Validate that crawls in list exist and did not fail or else raise exception"""
619619
for crawl_id in crawl_ids:
620620
crawl = await self.get_base_crawl(crawl_id, org)
621621
if crawl.state in FAILED_STATES:

0 commit comments

Comments
 (0)