Returns the full default live path for a lineagename
(cli_config: configuration.NamespaceConfig, lineagename: str)
| 351 | |
| 352 | |
| 353 | def _full_live_path(cli_config: configuration.NamespaceConfig, lineagename: str) -> str: |
| 354 | """Returns the full default live path for a lineagename""" |
| 355 | return os.path.join(cli_config.live_dir, lineagename) |
| 356 | |
| 357 | |
| 358 | def delete_files(config: configuration.NamespaceConfig, certname: str) -> None: |
no outgoing calls
no test coverage detected