Skip to content

Commit bed81e7

Browse files
authored
correct spelling in multi_stream_data_sampler.py
1 parent c822db3 commit bed81e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/weathergen/datasets/multi_stream_data_sampler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def __init__(
160160
# check if fname is a valid path to allow for simple overwriting
161161
filename = fname
162162
else:
163-
filenames = [pathlib.Path(path) / fname for path in cf.data_pathes]
163+
filenames = [pathlib.Path(path) / fname for path in cf.data_paths]
164164

165165
if not any(filename.exists() for filename in filenames): # see above
166166
msg = (

0 commit comments

Comments
 (0)