Skip to content

Commit

Permalink
Merge pull request #53 from SocialFinanceDigitalLabs/fix_pan_regex
Browse files Browse the repository at this point in the history
fix regex to only remove reports relating to dataset
  • Loading branch information
MichaelHanksSF authored Oct 9, 2024
2 parents c05b23d + f37b772 commit ab9e132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liiatools_pipeline/ops/common_org.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,5 @@ def create_reports(

existing_shared_files = shared_folder().listdir("/")
log.info(f"Exporting report {report} to shared folder...")
pl.remove_files(f"{report}", existing_shared_files, shared_folder())
pl.remove_files(f"{report}_{config.dataset}", existing_shared_files, shared_folder())
report_data.export(shared_folder(), f"{report}_{config.dataset}_", "csv")

0 comments on commit ab9e132

Please sign in to comment.