Skip to content

Commit

Permalink
reduce silly changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Aug 30, 2019
1 parent e7b152c commit 25b8659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/core/combine.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def _combine_1d(
join=join,
)
except ValueError as err:
if "Encountered unexpected variable" in str(err):
if "encountered unexpected variable" in str(err):
raise ValueError(
"These objects cannot be combined using only "
"xarray.combine_nested, instead either use "
Expand Down

0 comments on commit 25b8659

Please sign in to comment.