You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For logging reasons, I want to retrieve the loaded config filename. One solution would been to have a access to the config_name_ variable but even then, if the default filename wasn't accessible, I wouldn't know (if the parameter config_required was not set).
Currently I have the following hack to get that information but it's pretty ugly:
For logging reasons, I want to retrieve the loaded config filename. One solution would been to have a access to the
config_name_
variable but even then, if the default filename wasn't accessible, I wouldn't know (if the parameterconfig_required
was not set).Currently I have the following hack to get that information but it's pretty ugly:
It would be nice to have a nicer way to do that.
The text was updated successfully, but these errors were encountered: