Skip to content

Commit

Permalink
feat(app): #147 Use output_files in archive step
Browse files Browse the repository at this point in the history
Use the `output_files` list of filepaths for archive step.
  • Loading branch information
AlexAxthelm committed Feb 23, 2024
1 parent 27e8134 commit 2b233a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_pacta_data_preparation.R
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ if (export_archives) {
logger::log_trace("Zip file path: \"{outputs_zip_file_path}\".")
zip(
zipfile = outputs_zip_file_path,
files = list.files(data_prep_outputs_path, full.names = TRUE, recursive = TRUE),
files = output_files,
extras = c(
"--junk-paths", # do not preserve paths
"--no-dir-entries", # do not include directory entries
Expand Down

0 comments on commit 2b233a4

Please sign in to comment.