Skip to content

Commit

Permalink
Improved message for GetChunkError
Browse files Browse the repository at this point in the history
  • Loading branch information
nvoxland committed May 7, 2024
1 parent bad8743 commit 83d1c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeplake/util/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ def __init__(
if cause is not None:
cause_message = str(cause)
if isinstance(cause, KeyError):
cause_message = f" The file {cause} does not exist."
cause_message = f"The file {cause} does not exist."

message += f" Root Cause: {cause_message}"

Expand Down

0 comments on commit 83d1c7b

Please sign in to comment.