Merge "Use Module.GetProperties() instead of ModuleBase.generalProperties"
This commit is contained in:
@@ -1031,7 +1031,7 @@ func (m *ModuleBase) setVariableProperties(ctx BottomUpMutatorContext,
|
||||
|
||||
printfIntoProperties(ctx, prefix, productVariablePropertyValue, variableValue)
|
||||
|
||||
err := proptools.AppendMatchingProperties(m.generalProperties,
|
||||
err := proptools.AppendMatchingProperties(m.GetProperties(),
|
||||
productVariablePropertyValue.Addr().Interface(), nil)
|
||||
if err != nil {
|
||||
if propertyErr, ok := err.(*proptools.ExtendPropertyError); ok {
|
||||
|
Reference in New Issue
Block a user