Skip to content

Commit

Permalink
fix(cli): remove extra Error from the message
Browse files Browse the repository at this point in the history
  • Loading branch information
shcheklein committed Feb 8, 2025
1 parent 79f6cf9 commit 32f95e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datachain/catalog/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@


def raise_remote_error(error_message: str) -> NoReturn:
raise DataChainError(f"Error from server: {error_message}")
raise DataChainError(f"{error_message}")


def noop(_: str):
Expand Down

0 comments on commit 32f95e2

Please sign in to comment.