We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f89c2f8 commit e3a37a5Copy full SHA for e3a37a5
1 file changed
dojo/importers/base_importer.py
@@ -391,7 +391,7 @@ def update_import_history(
391
# We filter out these findings here to avoid FK violations (IntegrityError)
392
all_findings = []
393
for list_, _ in finding_action_mappings:
394
-all_findings.extend(list_)
+ all_findings.extend(list_)
395
existing_findings = finding_helper.filter_findings_by_existence(all_findings) if all_findings else []
396
existing_ids = {f.id for f in existing_findings}
397
0 commit comments