Skip to content

Commit

Permalink
add msg about total iitem output for Hathi
Browse files Browse the repository at this point in the history
  • Loading branch information
klinga committed Sep 10, 2024
1 parent 2737dcc commit 7a26bec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google_books/hathi_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,5 @@ def clean_metadata_for_hathi_submission(
except AttributeError:
continue

print(f"Saving {len(bibs2keep)} items to {out}")
save2marcxml(out, bibs2keep)

0 comments on commit 7a26bec

Please sign in to comment.