summaryrefslogtreecommitdiff
path: root/bugs/ugly-sshexception-error-message.mdwn
blob: 893146b53af1cd0d4633d23a64781c20cd88e1ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[!tag obnam-wishlist]]

The following is ugly:

      File "/usr/lib/python2.7/dist-packages/paramiko/sftp_client.py", line 667, in _read_response
        raise SSHException('Server connection dropped: %s' % (str(e),))
    SSHException: Server connection dropped: 
    Exception OSError: OSError(32, 'Broken pipe') in <bound method SFTPFile.__del__ of <paramiko.SFTPFile object at 0x18861cd0>> ignored

There should not be a traceback, but a proper error message.


---

I believe this is fixed now. --liw [[done]]