Compare commits

...

2 Commits

View File

@ -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())