diff --git a/jsonlog.py b/jsonlog.py index 29f0693..a401480 100644 --- a/jsonlog.py +++ b/jsonlog.py @@ -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())