Skip to content

Commit 5b574ad

Browse files
committed
note on output files
1 parent 44b9c2b commit 5b574ad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

send-quarto-emails/methods.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,10 @@ def _read_quarto_email_json(path: str) -> IntermediateDataStruct:
110110

111111
# Other metadata fields, as per https://github.com/posit-dev/connect/wiki/Rendering#output-metadata-fields-and-validation
112112
# These might be rmd specific, not quarto
113-
# metadata.get("rsc_output_files", [])
113+
114+
# This is a list of paths that connect dumps attached files into.
115+
# Should be in same output directory
116+
output_files = metadata.get("rsc_output_files", [])
114117
# metadata.get("rsc_email_attachments", [])
115118

116119
# Get email images (dictionary: {filename: base64_string})

0 commit comments

Comments
 (0)