syntax error..
This commit is contained in:
parent
c56e6a0bbb
commit
d4fa7dff98
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ class Inventory():
|
||||||
return manufacturer
|
return manufacturer
|
||||||
|
|
||||||
def create_netbox_cpus(self):
|
def create_netbox_cpus(self):
|
||||||
for i in self.get_hw_linux("cpu")
|
for i in self.get_hw_linux("cpu"):
|
||||||
manufacturer = self.find_or_create_manufacturer(self, cpu["vendor"])
|
manufacturer = self.find_or_create_manufacturer(self, cpu["vendor"])
|
||||||
_ = nb.dcim.inventory_items.create(
|
_ = nb.dcim.inventory_items.create(
|
||||||
device=self.device_id,
|
device=self.device_id,
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue