Skip to content

Commit

Permalink
close not save
Browse files Browse the repository at this point in the history
  • Loading branch information
timodonnell committed Jul 28, 2024
1 parent 7dd3b18 commit 9d0cc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vaxrank/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -598,5 +598,5 @@ def make_csv_report(
df.to_excel(writer, sheet_name=shortened_sheet_name, index=False)
resize_columns(writer.sheets[shortened_sheet_name], 'A', 'C')

writer.save()
writer.close()
logger.info('Wrote manufacturer XLSX file to %s', excel_report_path)

0 comments on commit 9d0cc7f

Please sign in to comment.