Skip to content

Commit

Permalink
Update ami_record_exporter_and_analyzer.py
Browse files Browse the repository at this point in the history
update box summary to align with format2/3 fix
  • Loading branch information
bturkus committed Jul 18, 2024
1 parent 2c4aa43 commit 85845ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ami_scripts/ami_record_exporter_and_analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def update_details_and_summary(record_data, ami_id, box_barcode, sierra_location
}

box_summary[box_name]['Total Count'] += 1
box_summary[box_name]['Formats'][record_data.get('format_3', '')] += 1
box_summary[box_name]['Formats'][get_item_format(record_data)] += 1
box_summary[box_name]['SCSB Availabilities'].add(scsb_availability)


Expand Down

0 comments on commit 85845ce

Please sign in to comment.