Skip to content

USDM rules with more than one merged dataset fail since #1445 #1492

@ASL-rmarshall

Description

@ASL-rmarshall

The changes implemented in PR #1445 have broken all USDM rules that merge more than one dataset. The issue is that the error handling references domain, which is not relevant for USDM datasets. Merging of the second and subsequent dataset is skipped due to

if file_info.domain in merged_domains:
continue

because the file_info.domain added to merged_datasets here

merged_domains.add(file_info.domain)

is None for all USDM datasets.

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions