~didrocks/ubuntuone-client/use_result_var

« back to all changes in this revision

Viewing changes to ubuntuone/syncdaemon/local_rescan.py

  • Committer: Bazaar Package Importer
  • Author(s): Rodney Dawes
  • Date: 2011-02-11 16:18:11 UTC
  • mto: This revision was merged to the branch mainline in revision 67.
  • Revision ID: james.westby@ubuntu.com-20110211161811-n18dj9lde7dxqjzr
Tags: upstream-1.5.4
ImportĀ upstreamĀ versionĀ 1.5.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
223
223
 
224
224
    def _send_scan_error(self, mdid, udfmode):
225
225
        """Sends the scan error event."""
226
 
        self.eq.push("LR_SCAN_ERROR", mdid, udfmode)
 
226
        self.eq.push("LR_SCAN_ERROR", mdid=mdid, udfmode=udfmode)
227
227
 
228
228
    def _queue_scan(self):
229
229
        """If there's a scan in progress, queue the new one for later."""