Skip to content

Commit 7bbc8a9

Browse files
committed
fix comment
1 parent fc8dd0c commit 7bbc8a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dojo/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ def sync_dedupe(new_finding, *args, **kwargs):
8080
":" + str(new_finding.title))
8181
# ---------------------------------------------------------
8282
# 1) Collects all the findings that have the same:
83-
# (title and static_finding and dynamic_finding ane date__lte)
84-
# or (CWE and static_finding and dynamic_finding ane date__lte)
83+
# (title and static_finding and dynamic_finding)
84+
# or (CWE and static_finding and dynamic_finding)
8585
# as the new one
8686
# (this is "cond1")
8787
# ---------------------------------------------------------

0 commit comments

Comments
 (0)