~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/sftp.py

MergeĀ fromĀ jam-integration

Show diffs side-by-side

added added

removed removed

Lines of Context:
896
896
        self._socket.close()
897
897
        try:
898
898
            self._callback(s, self.stop_event)
 
899
        except socket.error:
 
900
            pass #Ignore socket errors
899
901
        except Exception, x:
900
902
            # probably a failed test
901
903
            warning('Exception from within unit test server thread: %r' % x)