One fixes a problem that nlds meta -i ... doesn't work properly (the call doesn't allow for the groupall positional arg, so arguments are passed to the wrong parameter in the function). This is line 1616 and should be straightforward to review.
The other fixes the fact that (once the above is fixed) the new_meta is reported incorrectly: it is just a copy of the old_meta, because the catalog has not yet been saved. This might require more careful review, although it works when I test it manually. (Maybe we also need a test for this.)
Two bugfixes.
One fixes a problem that
nlds meta -i ...
doesn't work properly (the call doesn't allow for thegroupall
positional arg, so arguments are passed to the wrong parameter in the function). This is line 1616 and should be straightforward to review.The other fixes the fact that (once the above is fixed) the new_meta is reported incorrectly: it is just a copy of the old_meta, because the catalog has not yet been saved. This might require more careful review, although it works when I test it manually. (Maybe we also need a test for this.)