Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/earthkit/data/core/select.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ def selection_from_index(coord_accessor, kwargs):

except IndexError as e:
raise IndexError(
(f"Invalid index={v}. Index for key={k} must be in the range of(0, {len(coord_accessor(k))}) {e}")
(f"Invalid index={v}. Index for key={k} must be in the range of (0, {len(coord_accessor(k))}) {e}")
)
return _kwargs