From 80c2bdd629937af4541835cb334f23fc879bdf07 Mon Sep 17 00:00:00 2001 From: "Gustavo H. X. Shiroma" Date: Sat, 9 Sep 2023 12:54:20 -0700 Subject: [PATCH] improve docstrings --- src/rtc/h5_prep.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rtc/h5_prep.py b/src/rtc/h5_prep.py index b2e75f7..617a122 100644 --- a/src/rtc/h5_prep.py +++ b/src/rtc/h5_prep.py @@ -237,6 +237,8 @@ def get_product_version(product_version_runconfig): ''' Returns the product version from the product version defined by the user in the runconfig. + If the runconfig product version is not set, use + the SOFTWARE_VERSION instead Parameters ---------