missed single quotes
This commit is contained in:
parent
d59edea606
commit
eedb2744a4
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ if tenant_groups is None:
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
optional_assocs = {
|
optional_assocs = {
|
||||||
'parent': (TenantGroup, "name"),
|
"parent": (TenantGroup, "name"),
|
||||||
}
|
}
|
||||||
|
|
||||||
for params in tenant_groups:
|
for params in tenant_groups:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue