mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 13:52:38 +00:00
missed single quotes
This commit is contained in:
parent
d59edea606
commit
eedb2744a4
|
|
@ -9,7 +9,7 @@ if tenant_groups is None:
|
|||
sys.exit()
|
||||
|
||||
optional_assocs = {
|
||||
'parent': (TenantGroup, "name"),
|
||||
"parent": (TenantGroup, "name"),
|
||||
}
|
||||
|
||||
for params in tenant_groups:
|
||||
|
|
|
|||
Loading…
Reference in a new issue