Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check for None Metadata Root Record in search #309

Merged
merged 1 commit into from
Feb 1, 2023

Conversation

christian-monch
Copy link
Collaborator

Should fix #305

This PR ensures that metalad checks whether there is actually a metadata root record (MRR) at a certain dataset path-level before trying to dump metadata.

It is wrong to assume that there is always an MRR, because the dataset tree can contain nodes that do not represent a dataset and have therefore no MRR.

This commit checks whether there is actually
a metadata root record (MRR) at a certain dataset
path-level. It is wrong to assume that there
is always an MRR, because the dataset tree can
contain nodes that do not represent a dataset
and have therefore no MRR.
@christian-monch christian-monch merged commit a69f5c1 into master Feb 1, 2023
@christian-monch christian-monch deleted the issue-305-none-mrr-again branch February 1, 2023 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

meta-dump creates an error if no metadata is recorded
1 participant