Skip to content

Commit

Permalink
Removed repeated BERD path
Browse files Browse the repository at this point in the history
  • Loading branch information
zorge69 committed Nov 5, 2024
1 parent 32b7909 commit 156af28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/path_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ def create_staging_config(config: dict) -> dict:
"pnp_staging_qa_path"
] = f"{paths['pnp_path']}{config['pnp_paths']['staging_qa_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']}"
staging_dict["manual_outliers_path"] = f"{paths['manual_outliers_path']}"
staging_dict["manual_imp_trim_path"] = f"{paths['manual_imp_trim_path']}"

return staging_dict

Expand Down

0 comments on commit 156af28

Please sign in to comment.