Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Feb 21, 2017
1 parent 168b8b3 commit 448f800
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion paramiko/channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,8 @@ def _send(self, s, m):
self.lock.acquire()
try:
if self.closed:
# this doesn't seem useful, but it is the documented behavior of Socket
# this doesn't seem useful, but it is the documented behavior
# of Socket
raise socket.error('Socket is closed')
size = self._wait_for_send_window(size)
if size == 0:
Expand Down

0 comments on commit 448f800

Please sign in to comment.