Skip to content

Commit

Permalink
change error message
Browse files Browse the repository at this point in the history
  • Loading branch information
abbbi committed Nov 24, 2023
1 parent 5f3a3ce commit a4765a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libvirtnbdbackup/ssh/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def connect(self) -> SSHClient:
raise exceptions.sshError(e)
except Exception as e:
log.exception(e)
raise exceptions.sshError(f"Unknown exception occurred: {e}")
raise exceptions.sshError(f"Unhandled exception occurred: {e}")

@property
def sftp(self) -> SFTPClient:
Expand Down

0 comments on commit a4765a0

Please sign in to comment.