Quellcode durchsuchen

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 vor 1 Jahr
Ursprung
Commit
4b195cc14c
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      rag/app/qa.py

+ 1
- 1
rag/app/qa.py Datei anzeigen

@@ -119,7 +119,7 @@ class Pdf(PdfParser):
if not has_bull: # No question bullet
if not last_q:
if tbl_pn < line_pn or (tbl_pn == line_pn and tbl_top <= line_top): # image passed
tbls_index += 1
tbl_index += 1
continue
else:
sum_tag = line_tag

Laden…
Abbrechen
Speichern