Skip to content

Commit

Permalink
Fix corrupted data quality report
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarton committed Feb 9, 2025
1 parent a5cd6e6 commit ebe5105
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/npda/general_functions/write_errors_to_xlsx.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ def write_errors_to_xlsx(
]

# Save the styled sheet.
xlsx_file = io.BytesIO()
wb.save(xlsx_file)

return xlsx_file.getvalue()
Expand Down

0 comments on commit ebe5105

Please sign in to comment.