Skip to content

Commit

Permalink
Update xcube/core/store/preload.py
Browse files Browse the repository at this point in the history
Co-authored-by: b-yogesh <[email protected]>
  • Loading branch information
forman and b-yogesh authored Dec 27, 2024
1 parent 3954cf7 commit 647e107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcube/core/store/preload.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def update(self, event: "PreloadState"):
Args:
event: the partial state.
"""
assert_instance(event, PreloadState, name="data_id")
assert_instance(event, PreloadState, name="event")
if self.data_id == event.data_id:
if event.status is not None:
self.status = event.status
Expand Down

0 comments on commit 647e107

Please sign in to comment.