Closed danceb closed 1 year ago
Thanks for the report, fixed in v2023.05.09.
Thanks, but I think it should be
generator = ConfigGenerator(config, logger, os.path.dirname(args.config_file))
not
generator = ConfigGenerator(config, logger, os.path.dirname(config_file))
Indeed, I've tagged v2023.05.09.1
With the current qwc-config-generator:v2023.05.03 I am getting the following error while generating the config files:
I think it is in relation with 26845bf. Is there anything new to take into account? My
tenantConfig.json
is placed withinconfig-in/tenant/default
as before.