open-power / serverwiz

Apache License 2.0
4 stars 18 forks source link

Targets.pm: Don't fail if BUS_TYPE is missing #32

Closed spinler closed 7 years ago

spinler commented 7 years ago

In findConnections, don't die if a target is missing the BUS_TYPE attribute.

There are many targets in the current witherspoon.xml that are missing this attribute, and cause fails looking for connections completely unrelated to those targets.

Signed-off-by: Matt Spinler spinler@us.ibm.com


This change is Reviewable