https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35141
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #157739|0 |1 is obsolete| | --- Comment #4 from David Nind <[email protected]> --- Created attachment 157767 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=157767&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 Signed-off-by: David Nind <[email protected]> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
