From b5be8b706ffd67f33edb1196c3cda3f1c3bf5f19 Mon Sep 17 00:00:00 2001
From: Hans Fangohr <hans.fangohr@mpsd.mpg.de>
Date: Wed, 14 Jun 2023 16:35:07 +0200
Subject: [PATCH] Update docstring, and leave 'toolchain' here

---
 mpsd-software.py | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/mpsd-software.py b/mpsd-software.py
index bc13d36..e04d58a 100755
--- a/mpsd-software.py
+++ b/mpsd-software.py
@@ -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)
-- 
GitLab