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 8d3050e commit d9b339bCopy full SHA for d9b339b
examples/append_bdsa_data_to_security_report.py
@@ -87,8 +87,8 @@ def handle_security_report(csvfile):
87
else:
88
logging.debug(f"BDSA Data not found for {bdsa_id}")
89
row.append(bdsa_id)
90
- row.append('')
91
+ row.append('Failed to load BDSA data')
92
all.append(row)
93
94
# Add the line as is.
0 commit comments