Skip to content

Commit

Permalink
Docsig
Browse files Browse the repository at this point in the history
  • Loading branch information
nonprofittechy committed Oct 28, 2024
1 parent 7a6b187 commit 6cdcfe8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docassemble/AssemblyLine/al_document.py
Original file line number Diff line number Diff line change
Expand Up @@ -1857,6 +1857,9 @@ def get_cacheable_documents(
include_zip (bool): Flag to include a zip option, default is True.
include_full_pdf (bool): Flag to include a PDF version of the whole bundle, default is False.
append_matching_suffix (bool): Flag to determine if matching suffix should be appended to file name, default is True.
Returns:
Tuple[List[Dict[str, DAFile]], Optional[DAFile], Optional[DAFile]]: A list of dictionaries containing the enabled documents, a zip file of the whole bundle, and a PDF of the whole
"""
# reduce idempotency delays
enabled_docs = self.enabled_documents(refresh=refresh)
Expand Down

0 comments on commit 6cdcfe8

Please sign in to comment.