I have an issue when changing the name of the config file. The getModuleConfig function in cfgUtils.py assumes that that the config files name is modName + 'Cfg.ini'. In my case the name of the module contains the run prefix. So i can either rename the module and the config file, dont use the getModuleConfig function and write a new function or change the getModuleConfig function. Do you have an idea how to solve this issue?
Originally posted by @RolandFischbacher in #1245 (comment)
I have an issue when changing the name of the config file. The getModuleConfig function in cfgUtils.py assumes that that the config files name is modName + 'Cfg.ini'. In my case the name of the module contains the run prefix. So i can either rename the module and the config file, dont use the getModuleConfig function and write a new function or change the getModuleConfig function. Do you have an idea how to solve this issue?
Originally posted by @RolandFischbacher in #1245 (comment)