Dont crash if vendor other than HP
This commit is contained in:
parent
6e0d05e838
commit
0215aeaaa9
3 changed files with 3 additions and 3 deletions
2
netbox_agent/vendors/dell.py
vendored
2
netbox_agent/vendors/dell.py
vendored
|
@ -92,4 +92,4 @@ class DellHost(ServerBase):
|
|||
Say if the device can host an extension card based
|
||||
on the product name
|
||||
"""
|
||||
raise NotImplementedError
|
||||
pass
|
||||
|
|
2
netbox_agent/vendors/generic.py
vendored
2
netbox_agent/vendors/generic.py
vendored
|
@ -46,4 +46,4 @@ class GenericHost(ServerBase):
|
|||
Say if the device can host an extension card based
|
||||
on the product name
|
||||
"""
|
||||
raise NotImplementedError
|
||||
pass
|
||||
|
|
2
netbox_agent/vendors/supermicro.py
vendored
2
netbox_agent/vendors/supermicro.py
vendored
|
@ -89,4 +89,4 @@ class SupermicroHost(ServerBase):
|
|||
Say if the device can host an extension card based
|
||||
on the product name
|
||||
"""
|
||||
raise NotImplementedError
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue