inoi / trombi

Trombi is an asynchronous CouchDB client for Tornado

Home Page:http://inoi.github.com/trombi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle PyCurl errors better in Document.attach

nailor opened this issue · comments

Document.attach does not check for errors before calling callback

document: Make attachment handling more robust

This adds error handling to Document.attach and Document.delete.

Closed by e50953d