Skip to content

Commit 3576699

Browse files
authored
Merge pull request #173 from ptcNOP/master
Hotfix ssdeep error
2 parents c603fae + dbc5841 commit 3576699

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

analytics/ssdeep_analytics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def ssdeep_group(self):
239239
for sha256_, matches_dict in records.items():
240240
in_group = False
241241
for i in range(len(groups)):
242-
if sha256_ in groups:
242+
if sha256_ in groups[i]:
243243
in_group = True
244244
continue
245245
should_add = True

0 commit comments

Comments
 (0)