Compare commits

..

No commits in common. "bc0672bec78e821a59ce63ccd4dfa69f95196a48" and "50f0174176b1b6f2e5da6f23f65e48d353466537" have entirely different histories.

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, 'pylibs', os.path.basename(ut_folder), '_requirements_', 'specification.py')):
if os.path.exists(os.path.join(ut_folder, 'requirements', 'specification.reqif')):
try:
with open(get_lib_jsonlog(ut_folder), 'r') as fh:
ut = json.loads(fh.read())