NATIVE_TOOL
This commit is contained in:
@@ -821,7 +821,6 @@ func plan[T resources.ResourceInterface](
|
|||||||
}
|
}
|
||||||
dt, realItem := item.GetResource()
|
dt, realItem := item.GetResource()
|
||||||
if realItem == nil {
|
if realItem == nil {
|
||||||
fmt.Println("could not load the processing resource", item.ID, item)
|
|
||||||
return resources, priceds, errors.New("could not load the processing resource")
|
return resources, priceds, errors.New("could not load the processing resource")
|
||||||
}
|
}
|
||||||
priced, err := realItem.ConvertToPricedResource(dt, instances.Get(realItem.GetID()),
|
priced, err := realItem.ConvertToPricedResource(dt, instances.Get(realItem.GetID()),
|
||||||
|
|||||||
Reference in New Issue
Block a user