Skip to content

Commit

Permalink
Close XLSX workbook
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Aug 5, 2023
1 parent e1cd1be commit 7f4f15f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions diskimageprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,8 @@ def create_aspace_excel_sheet(args, sips, volumes, logger):

logger.info("Described %s successfully." % (sip_path))

workbook.close()

logger.info("ArchivesSpace description XLSX created.")


Expand Down

0 comments on commit 7f4f15f

Please sign in to comment.