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 28, 2022
1 parent d8ae581 commit e3974b8
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 e3974b8

Please sign in to comment.