Skip to content

Commit

Permalink
fix regex to only remove reports relating to dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-troy committed Oct 9, 2024
1 parent c05b23d commit f37b772
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 f37b772

Please sign in to comment.