diff --git a/startup_scripts/040_tenant_groups.py b/startup_scripts/040_tenant_groups.py index 6e82668..8152077 100644 --- a/startup_scripts/040_tenant_groups.py +++ b/startup_scripts/040_tenant_groups.py @@ -9,7 +9,7 @@ if tenant_groups is None: sys.exit() optional_assocs = { - 'parent': (TenantGroup, "name"), + "parent": (TenantGroup, "name"), } for params in tenant_groups: