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 1cd3039 commit cf5764fCopy full SHA for cf5764f
zap/src/scan.py
@@ -451,7 +451,7 @@ def hail_compliance_export(results_json, project_name):
451
else:
452
results[key] = result_line
453
results[key][1] = str(result.get('id'))
454
- results[key][6] = results[key][6] + f", \n{result.get("location").get("path").get("path")}"
+ results[key][6] = f"{results[key][6]}, \n{result.get('location').get('path').get('path')}"
455
456
report_date = datetime.now()
457
report_name = f'{project_name.replace("-", "_")}_report_{report_date:%Y%m%d}.csv'
0 commit comments