~gary-lasker/software-center/launcher-integration-lp761851

« back to all changes in this revision

Viewing changes to softwarecenter/db/enquire.py

  • Committer: Gary Lasker
  • Date: 2012-01-19 16:39:15 UTC
  • mfrom: (2566.1.113 trunk)
  • Revision ID: gary.lasker@canonical.com-20120119163915-lrgq5cdg6rttdn29
merge with trunk and fix conflicts to get 5.1.6 and lots of recent speedup/bug fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
309
309
        # if list we append them one by one
310
310
        with ExecutionTime("populate model from query: '%s' (threaded: %s)" % (
311
311
                " ; ".join([str(q) for q in self.search_query]),
312
 
                self.nonblocking_load), with_traceback=True):
 
312
                self.nonblocking_load), with_traceback=False):
313
313
            if self.nonblocking_load:
314
314
                self._threaded_perform_search()
315
315
            else: