bagit-profiles / bagit-profiles-validator

A simple Python module for validating BagIt Profiles.
The Unlicense
12 stars 6 forks source link

replace logging/raise with self._fail #8

Closed kba closed 5 years ago

kba commented 5 years ago

Replaces all logging.error-then-raise couplets with a call to self._fail, for consistency.

ruebot commented 5 years ago

Sorry, should have done this one before #7. Should we do this one now?

kba commented 5 years ago

Sure, I'll rebase, just a sec.

kba commented 5 years ago

Was included in #7 already. The remaining commit just removes a no-op assignment and uncommented unreachable code. I'll put that in #11 and close this.