Skip to content

Commit 8a85894

Browse files
committed
minor language change
1 parent 139e51a commit 8a85894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nctoolkit/subset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def select_years(self, years=None):
292292
missing_files += 1
293293

294294
if len(new_current) == 0:
295-
raise ValueError("Data for none of the years is available!")
295+
raise ValueError("Data is not available for the years selected!")
296296

297297
if n_removed > 0:
298298
warnings.warn(

0 commit comments

Comments
 (0)