Skip to content
Snippets Groups Projects
Commit b5be8b70 authored by Hans Fangohr's avatar Hans Fangohr
Browse files

Update docstring, and leave 'toolchain' here

parent a516e1af
No related branches found
No related tags found
1 merge request!64Toolchain becomes package set part2
Pipeline #371460 failed
This commit is part of merge request !64. Comments created here will be created in the context of that merge request.
......@@ -1003,7 +1003,11 @@ def environment_status(mpsd_release: str, root_dir: Union[str, Path]) -> dict:
-------
toolchain_map : dict
A dictionary containing available microarchitectures as keys and
a list of available toolchains as values for each microarchitecture.
a list of available package_sets as values for each microarchitecture.
Note: only toolchains can be reported at the moment (i.e. package_sets
such as global and global_generic are missing, even if installed).
"""
msg = f"Showing status of release {mpsd_release} in {root_dir}"
logging.info(msg)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment