Skip to content

Commit

Permalink
Fixed the unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
zorge69 committed Oct 31, 2024
1 parent 08047a6 commit 32b7909
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/utils/path_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,9 @@ def create_staging_config(config: dict) -> dict:
staging_dict[
"pnp_staging_qa_path"
] = f"{paths['pnp_path']}{config['pnp_paths']['staging_qa_path']}"
staging_dict["manual_outliers_path"] = f"{paths['manual_outliers_path']}"
staging_dict["manual_imp_trim_path"] = f"{paths['manual_imp_trim_path']}"

staging_dict["manual_outliers_path"] = f"{berd_path}{paths['manual_outliers_path']}"
staging_dict["manual_imp_trim_path"] = f"{berd_path}{paths['manual_imp_trim_path']}"

return staging_dict

Expand Down

0 comments on commit 32b7909

Please sign in to comment.