2.1.1.1. sle_prjmgr_tools.config package
2.1.1.1.1. Module contents
Configuration related package.
- sle_prjmgr_tools.config.load_config(path: str) List[str]
Loads the JSON config file.
- Parameters:
path – This path is excepted to exist. It should be the absolute path to the config file.
- Returns:
The list of modules that should be loaded.
- sle_prjmgr_tools.config.load_modules() List[str]
Method that loads all modules from the config and returns them to the application.