Skip to content

Commit 3b780d5

Browse files
committed
Fix typos
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent e4d26a2 commit 3b780d5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

vulnerabilities/pipelines/v2_improvers/compute_advisory_content_hash.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,12 @@ def steps(cls):
2525
return (cls.compute_advisory_content_hash,)
2626

2727
def compute_advisory_content_hash(self):
28-
"""Create ToDos for missing summary, affected and fixed packages."""
28+
"""Compute Advisory Content Hash for Advisory."""
2929

3030
advisories = AdvisoryV2.objects.filter(advisory_content_hash__isnull=True)
3131

3232
advisories_count = advisories.count()
3333

34-
self.log(
35-
f"Checking missing summary, affected and fixed packages in {advisories_count} Advisories"
36-
)
3734
progress = LoopProgress(
3835
total_iterations=advisories_count,
3936
logger=self.log,

0 commit comments

Comments
 (0)