When running on a workspace with URL ending in anything but mets.xml, the input gets processed, but the METS is not updated.
The reason seems to be that the final ocrd workspace bulk-add command should use ocrd workspace -m ${ocrd__argv[mets]} bulk-add (but after we chdired we should strip the directory part).
When running on a workspace with URL ending in anything but
mets.xml
, the input gets processed, but the METS is not updated.The reason seems to be that the final
ocrd workspace bulk-add
command should useocrd workspace -m ${ocrd__argv[mets]} bulk-add
(but after we chdired we should strip the directory part).