Skip to content

Commit

Permalink
Update comment in line 127
Browse files Browse the repository at this point in the history
Co-authored-by: SarahAlidoost <[email protected]>
  • Loading branch information
MostafaGomaa93 and SarahAlidoost authored Aug 23, 2024
1 parent 2600de7 commit c8e5955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyStemmusScope/config_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def _copy_data(input_dir: Path, config: dict) -> None:
str(config[folder]), str(input_dir / folder), dirs_exist_ok=True
)

# copy input_data.xlsx and input_soilLayThick.csv
# copy input_data.xlsx
shutil.copy(str(config["input_data"]), str(input_dir))
soilLay_file = Path(str(config["input_data"]).replace("input_data.xlsx", "input_soilLayThick.csv"))
if soilLay_file.exists():
Expand Down

0 comments on commit c8e5955

Please sign in to comment.