mirror of
https://github.com/xcat2/confluent.git
synced 2026-08-03 16:07:00 +00:00
b5f54c9382
os.path.join(ConfigManager._cfgdir, '/tenants/') discards the cfgdir because the second component is absolute, so it resolves to /tenants/ rather than <cfgdir>/tenants. Tenants are not used yet but let's not face this issue in the future.