merged latest code from rodolfos merge from the latest github pull
This commit is contained in:
commit
613e550e8a
32 changed files with 267 additions and 276 deletions
|
@ -603,7 +603,7 @@ class DeviceElement(NamedXmlElement):
|
|||
device_type = DevType.HOST
|
||||
|
||||
if device_type is None:
|
||||
raise Exception
|
||||
raise ValueError("unknown device type: %s" % core_device_type)
|
||||
|
||||
NamedXmlElement.__init__(self, scen_plan, parent, device_type, device_object.name)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue