Skip to content

Commit efed119

Browse files
add log line about hash code fields not found
1 parent 698b801 commit efed119

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dojo/models.py

+2
Original file line numberDiff line numberDiff line change
@@ -2185,6 +2185,8 @@ def hash_code_fields(self):
21852185
elif (self.scan_type in settings.HASHCODE_FIELDS_PER_SCANNER):
21862186
deduplicationLogger.debug(f"using HASHCODE_FIELDS_PER_SCANNER for scan_type: {self.scan_type}")
21872187
hashCodeFields = settings.HASHCODE_FIELDS_PER_SCANNER[self.scan_type]
2188+
else:
2189+
deduplicationLogger.debug(f"test_type name {self.test_type.name} and scan_type {self.scan_type} not found in HASHCODE_FIELDS_PER_SCANNER")
21882190
else:
21892191
deduplicationLogger.debug("Section HASHCODE_FIELDS_PER_SCANNER not found in settings.dist.py")
21902192

0 commit comments

Comments
 (0)