Compare commits
2 Commits
50f0174176
...
bc0672bec7
Author | SHA1 | Date | |
---|---|---|---|
bc0672bec7 | |||
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())
|
||||
|
Loading…
x
Reference in New Issue
Block a user