Skip to content

Commit

Permalink
community[minor]: Fix missing 'keep_newlines' parameter forward-pass …
Browse files Browse the repository at this point in the history
…to 'process_pages' function in confluence loader (#20086) (#20087)

- **Description:** Fixed missing `keep_newlines` parameter forward-pass
in confluence-loader
- **Issue:** #20086 
- **Dependencies:** None

---------

Co-authored-by: ccurme <[email protected]>
  • Loading branch information
KevinHubert-Dev and ccurme authored Aug 23, 2024
1 parent 583b044 commit 3c7f12c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ def _lazy_load(self, **kwargs: Any) -> Iterator[Document]:
content_format,
ocr_languages,
keep_markdown_format,
keep_newlines=keep_newlines,
)

if page_ids:
Expand Down

0 comments on commit 3c7f12c

Please sign in to comment.