~alecu/ubuntuone-client/gsd-plugin-remove-quota

« back to all changes in this revision

Viewing changes to ubuntuone/syncdaemon/action_queue.py

  • Committer: Tarmac
  • Author(s): Alejandro J. Cura
  • Date: 2011-03-21 16:41:20 UTC
  • mfrom: (919.1.2 fix-ziggy-createshares)
  • Revision ID: tarmac-20110321164120-yl1bzssmqrugib9l
Fix failure logging to zeitgeist on AQ_CREATE_SHARE_OK, and fixed a few randomly failing tests. LP: #708145 and LP: #723832

Show diffs side-by-side

added added

removed removed

Lines of Context:
1684
1684
        try:
1685
1685
            urlopen(req)
1686
1686
        except HTTPError, e:
1687
 
            deferred.errback(Failure(e))
 
1687
            reactor.callFromThread(deferred.errback, Failure(e))
1688
1688
 
1689
 
        deferred.callback(None)
 
1689
        reactor.callFromThread(deferred.callback, None)
1690
1690
 
1691
1691
    def _run(self):
1692
1692
        """Do the actual running."""