Skip to content

Commit

Permalink
Log row to write
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Aug 5, 2023
1 parent b7ee5b5 commit 17a6392
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions diskimageprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,9 @@ def create_aspace_excel_sheet(args, sips, volumes, logger):
row_to_write[INDEX_SIZE] = human_readable_size(total_bytes)
row_to_write[INDEX_SCOPE_CONTENTS] = scope_content

# TODO: Remove temporary dev logging
logger.info(",".join(row_to_write))

worksheet.append(row_to_write)

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

0 comments on commit 17a6392

Please sign in to comment.