From c8e595597166cb566b29a885079ddd1ea6bbaec0 Mon Sep 17 00:00:00 2001 From: Mostafa Gomaa Daoud <54531356+MostafaGomaa93@users.noreply.github.com> Date: Fri, 23 Aug 2024 14:18:27 +0200 Subject: [PATCH] Update comment in line 127 Co-authored-by: SarahAlidoost <55081872+SarahAlidoost@users.noreply.github.com> --- PyStemmusScope/config_io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyStemmusScope/config_io.py b/PyStemmusScope/config_io.py index 81abccca..f7b6f095 100644 --- a/PyStemmusScope/config_io.py +++ b/PyStemmusScope/config_io.py @@ -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():