Skip to content

Commit

Permalink
adding todos
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmbrown-usds committed Sep 22, 2022
1 parent 046d16a commit a466a31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/data-pipeline/data_pipeline/etl/score/etl_score_post.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,12 +542,16 @@ def _load_downloadable_zip(self, downloadable_info_path: Path) -> None:
# load codebook to disk
codebook_df.to_csv(codebook_path, index=False)


# TODO: Write zip-code based files

logger.info("Compressing files")
files_to_compress = [
csv_path,
excel_path,
codebook_path,
pdf_path,
# TODO: add zip-code based files
]
zip_files(zip_path, files_to_compress)

Expand Down

0 comments on commit a466a31

Please sign in to comment.