scientist-softserv / oral-history

UCLA LIBRARY-CENTER FOR ORAL HISTORY RESEARCH --Documenting the histories of Los Angeles-- The UCLA Library creates a vibrant nexus of ideas, collections, expertise, and spaces in which users illuminate solutions for local and global challenges. We constantly evolve to advance UCLA’s research, education, and public service mission by empowering and
https://oralhistory.library.ucla.edu/
0 stars 0 forks source link

Adds nil check to imports #30

Closed aprilrieger closed 1 year ago

aprilrieger commented 1 year ago

Adds nil check if total_records is nil

orangewolf commented 1 year ago

I'm not sure about this one. If there is no total_records number, doesn't that mean the OAI field isn't valid? If its not valid, wont it just fail at the next step? This may be a case where a nil check isn't warranted? (yes, that does happen, but its rare)

aprilrieger commented 1 year ago

It's just an annoying error that pops up in dev when there are no total_records yet.

I can def be talked out of this one.