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 9a26f0f commit b0707d9Copy full SHA for b0707d9
vulnerabilities/pipelines/v2_improvers/compute_advisory_content_hash.py
@@ -43,9 +43,7 @@ def compute_advisory_content_hash(self):
43
to_update = []
44
batch_size = 5000
45
46
- for advisory in progress.iter(
47
- advisories.iterator(chunk_size=batch_size)
48
- ):
+ for advisory in progress.iter(advisories.iterator(chunk_size=batch_size)):
49
advisory.advisory_content_hash = compute_advisory_content(advisory)
50
to_update.append(advisory)
51
0 commit comments