Skip to content

Commit

Permalink
Added error code exception handling to channel. Updated tests for bad…
Browse files Browse the repository at this point in the history
… use of libssh2 API.
  • Loading branch information
pkittenis committed Mar 21, 2018
1 parent 562db4c commit a97d4c3
Show file tree
Hide file tree
Showing 6 changed files with 771 additions and 785 deletions.
2 changes: 1 addition & 1 deletion Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Changes
* Channel functions now raise specific exceptions.
* SCP errors now raise exceptions.
* SFTP open handle errors now raise exceptions.
* Added raising exceptions for all known libssh2 error codes.
* Added exceptions for all known libssh2 error codes.
* Added ``ssh2.utils.handle_error_codes`` function for raising appropriate exception from error code.
* Added file types to ``ssh2.sftp``.

Expand Down

0 comments on commit a97d4c3

Please sign in to comment.