Skip to content

Commit

Permalink
Merge pull request #363 from ualbertalib/add/missing_log
Browse files Browse the repository at this point in the history
Add/missing log
  • Loading branch information
lagoan authored Aug 21, 2023
2 parents 972569f + f5b7c75 commit 63e956c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and releases in PushmiPullyu adheres to [Semantic Versioning](https://semver.org

- Fix nil exception. [#314](https://github.com/ualbertalib/pushmi_pullyu/issues/314)
- Bump rubocop from 1.28.1 to 1.54.1 [PR#348](https://github.com/ualbertalib/pushmi_pullyu/pull/348)

- Add missing logging for standard exception
## [2.0.6] - 2023-03-17

- Fix URI concatenation for jupiter's base url. [#309](https://github.com/ualbertalib/pushmi_pullyu/issues/309)
Expand Down
1 change: 1 addition & 0 deletions lib/pushmi_pullyu/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ def run_preservation_cycle
# readding it to the queue as it will always fail
rescue PushmiPullyu::AIP::EntityInvalid => e
rescue StandardError => e
log_exception(e)
begin
queue.add_entity_in_timeframe(entity)
rescue PushmiPullyu::PreservationQueue::MaxDepositAttemptsReached => e
Expand Down

0 comments on commit 63e956c

Please sign in to comment.