diff --git a/mpsd-software.py b/mpsd-software.py
index 9ac13b6d4bb848aa81383c99b66b5b528cefcb83..a53cd7b96d1b68b88dc96a873643e0f981b7a68c 100755
--- a/mpsd-software.py
+++ b/mpsd-software.py
@@ -577,6 +577,7 @@ def record_script_execution_summary(
     Returns
     -------
     - None
+
     """
     # Write to the log file with the following format
     # --------------------------------------------------
@@ -713,6 +714,8 @@ def get_release_info(mpsd_release: str, root_dir: Path) -> Tuple[str, str, List[
     FileNotFoundError
         If the release directory does not exist.
     """
+    # TODO - review this function: can we re-use get_available_package_sets?
+
     # Get the info for release
     release_base_dir = root_dir / mpsd_release
     if not os.path.exists(release_base_dir):
@@ -777,6 +780,9 @@ def prepare_environment(mpsd_release: str, root_dir: Path) -> List[str]:
      'global',
      'global_generic']
     """
+    # TODO review: - does this function need to return anything? If yes:
+    # TODO review: - can we re-use get_available_package sets?
+
     logging.info(f"Preparing {mpsd_release=}")
 
     # Creates the directory structure for the specified release and clone the