We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c822db3 commit bed81e7Copy full SHA for bed81e7
src/weathergen/datasets/multi_stream_data_sampler.py
@@ -160,7 +160,7 @@ def __init__(
160
# check if fname is a valid path to allow for simple overwriting
161
filename = fname
162
else:
163
- filenames = [pathlib.Path(path) / fname for path in cf.data_pathes]
+ filenames = [pathlib.Path(path) / fname for path in cf.data_paths]
164
165
if not any(filename.exists() for filename in filenames): # see above
166
msg = (
0 commit comments