Переглянути джерело

bug fix spec status

master
Dirk Alders 3 роки тому
джерело
коміт
7b807e5ca7
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      jsonlog.py

+ 1
- 1
jsonlog.py Переглянути файл

@@ -270,7 +270,7 @@ def status_doc(ut_folder):
270 270
 def status_spec(ut_folder):
271 271
     if os.path.exists(os.path.join(ut_folder, 'requirements', 'specification.reqif')):
272 272
         try:
273
-            with open(get_ut_jsonlog(ut_folder), 'r') as fh:
273
+            with open(get_lib_jsonlog(ut_folder), 'r') as fh:
274 274
                 ut = json.loads(fh.read())
275 275
                 if len(ut[MAIN_KEY_LOST_SOULS][LOST_ITEMLIST]) > 0 or len(ut[MAIN_KEY_LOST_SOULS][LOST_TESTCASELIST]) > 0:
276 276
                     return STATUS_IN_WORK

Завантаження…
Відмінити
Зберегти