Skip to content

Commit

Permalink
typo fix ledger_exceptions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
petryshkaCODE authored Jan 3, 2025
1 parent c1dbbc2 commit 0919872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/safe_cli/operators/hw_wallets/ledger_exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def wrapper(*args, **kwargs):
raise HardwareWalletException(e.message)
except BaseException as e:
if "Error while writing" in e.args:
raise HardwareWalletException("Ledger error writting, restart safe-cli")
raise HardwareWalletException("Ledger error writing, restart safe-cli")
raise e

return wrapper

0 comments on commit 0919872

Please sign in to comment.