ldgen: mapping rules should be grouped by archive
This commit is contained in:
parent
065eb918fd
commit
87aa341e97
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ class GenerationModel:
|
|||
message = GenerationException.UNDEFINED_REFERENCE + " to scheme '" + scheme_name + "'."
|
||||
raise GenerationException(message, mapping)
|
||||
|
||||
all_mapping_rules[mapping.name] = mapping_rules
|
||||
all_mapping_rules[mapping.archive] = mapping_rules
|
||||
|
||||
# Detect rule conflicts
|
||||
for mapping_rules in all_mapping_rules.items():
|
||||
|
|
Loading…
Reference in a new issue