Return a path to the directory where system packs are stored. :rtype: ``str``
()
| 57 | |
| 58 | |
| 59 | def get_system_packs_base_path(): |
| 60 | """ |
| 61 | Return a path to the directory where system packs are stored. |
| 62 | |
| 63 | :rtype: ``str`` |
| 64 | """ |
| 65 | return cfg.CONF.content.system_packs_base_path |
| 66 | |
| 67 | |
| 68 | def get_packs_base_paths(): |
no outgoing calls
no test coverage detected