Skip to content

Commit 9bca97a

Browse files
committed
fix folder names
1 parent 58e32ba commit 9bca97a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PyStemmusScope/iostreamer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def _copy_data(input_dir, config):
7373
input_dir: Path to the input directory.
7474
config: Dictionary containing all the paths.
7575
"""
76-
folder_list_vegetation = ["directional", "fluspectpParameters", "leafangles",
76+
folder_list_vegetation = ["directional", "fluspect_parameters", "leafangles",
7777
"radiationdata", "soil_spectrum"]
7878
for folder in folder_list_vegetation:
7979
os.makedirs(input_dir / folder, exist_ok=True)

0 commit comments

Comments
 (0)