24 Oct
2023
24 Oct
'23
1:04 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35141 --- Comment #2 from Nick Clemens <nick@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.