Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhongsun96 committed Oct 10, 2024
1 parent 85d5e6c commit c10ba71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/danswer/file_processing/extract_file_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def read_pdf_file(
# can be discoverable by title.
return "", metadata
elif pdf_reader.is_encrypted:
logger.warning("No Password available to to decrypt pdf, returning empty")
logger.warning("No Password available to decrypt pdf, returning empty")
return "", metadata

# Extract metadata from the PDF, removing leading '/' from keys if present
Expand Down

0 comments on commit c10ba71

Please sign in to comment.