Просмотр исходного кода

fix: Misspelled Variable Name (#1662)

### What problem does this PR solve?


### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
tags/v0.9.0
cHz 1 год назад
Родитель
Сommit
4b195cc14c
Аккаунт пользователя с таким Email не найден
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      rag/app/qa.py

+ 1
- 1
rag/app/qa.py Просмотреть файл

if not has_bull: # No question bullet if not has_bull: # No question bullet
if not last_q: if not last_q:
if tbl_pn < line_pn or (tbl_pn == line_pn and tbl_top <= line_top): # image passed if tbl_pn < line_pn or (tbl_pn == line_pn and tbl_top <= line_top): # image passed
tbls_index += 1
tbl_index += 1
continue continue
else: else:
sum_tag = line_tag sum_tag = line_tag

Загрузка…
Отмена
Сохранить