syntax error..

This commit is contained in:
Thomas Davis 2019-08-29 13:07:46 -07:00
commit d4fa7dff98

View file

@ -77,7 +77,7 @@ class Inventory():
return manufacturer
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"])
_ = nb.dcim.inventory_items.create(
device=self.device_id,