New spec file location added for status information

This commit is contained in:
Dirk Alders 2025-03-23 16:18:10 +01:00
parent 5b077eab90
commit 5e440228b4

@ -272,7 +272,7 @@ def status_doc(ut_folder):
def status_spec(ut_folder):
if os.path.exists(os.path.join(ut_folder, 'requirements', 'specification.reqif')):
if os.path.exists(os.path.join(ut_folder, 'pylibs', os.path.basename(ut_folder), '_requirements_', 'specification.py')):
try:
with open(get_lib_jsonlog(ut_folder), 'r') as fh:
ut = json.loads(fh.read())