Skip to content

Commit 262b135

Browse files
committed
Shorten docstring
1 parent c6fe30a commit 262b135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/btrixcloud/crawls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ async def get_active_crawls_size(self, oid: UUID) -> int:
380380
return results[0].get("totalSum") or 0
381381

382382
async def get_active_crawls_uploaded_wacz_size(self, oid: UUID) -> int:
383-
"""get size of all waczs already uploaded for (e.g. previously or currently paused) crawls"""
383+
"""get size of all waczs already uploaded for running/paused crawls"""
384384
cursor = self.crawls.aggregate(
385385
[
386386
{"$match": {"state": {"$in": RUNNING_AND_WAITING_STATES}, "oid": oid}},

0 commit comments

Comments
 (0)