mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-28 11:26:26 -06:00
Mis-spelled variable name
This commit is contained in:
parent
64de66e2d5
commit
62295c8b60
@ -33,4 +33,4 @@ with file.open('r') as stream:
|
|||||||
|
|
||||||
interface, created = Interface.objects.get_or_create(name=name, device=locker, type=IFACE_TYPE_KEYSTONE)
|
interface, created = Interface.objects.get_or_create(name=name, device=locker, type=IFACE_TYPE_KEYSTONE)
|
||||||
if created:
|
if created:
|
||||||
print("🔗 Created interface {} for {}".format(interface.name, locler.name))
|
print("🔗 Created interface {} for {}".format(interface.name, locker.name))
|
||||||
|
Loading…
Reference in New Issue
Block a user