Skip to content

Commit

Permalink
Corrects logic for merged office documents actually
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpylog committed Jun 18, 2024
1 parent 556e6ce commit 596a404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gotenberg_client/_convert/libre_office.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def merge(self) -> Self:
Merge the resulting PDFs into one
"""
self._form_data.update({"merge": "true"})
self._merged_result = False
self._merged_result = True
return self

def no_merge(self) -> Self:
Expand Down

0 comments on commit 596a404

Please sign in to comment.