[Koha-bugs] [Bug 35141] Prevent link_bibs_to_authorities from dying on search error

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 24 14:04:13 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35141

--- Comment #2 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 157739
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=157739&action=edit
Bug 35141: Prevent link_bibs_to_authorities from dying on invalid metadata

When fetching the record we need to eval in case of exception

To test:
1 - Apply first patch
2 - perl misc/link_bibs_to_authorities.pl
3 - Note it dies on parser error at record 369
4 - Apply this patch
5 - perl misc/link_bibs_to_authorities.pl
6 - The process completes - with warning thrown on record 369

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list