Skip to content

Commit

Permalink
minor language change
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjwilson committed Dec 2, 2022
1 parent 139e51a commit 8a85894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nctoolkit/subset.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def select_years(self, years=None):
missing_files += 1

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

if n_removed > 0:
warnings.warn(
Expand Down

0 comments on commit 8a85894

Please sign in to comment.