~ubuntu-branches/debian/sid/calibre/sid

« back to all changes in this revision

Viewing changes to src/calibre/gui2/auto_add.py

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2014-02-27 07:48:06 UTC
  • mto: This revision was merged to the branch mainline in revision 74.
  • Revision ID: package-import@ubuntu.com-20140227074806-64wdebb3ptosxhhx
Tags: upstream-1.25.0+dfsg
ImportĀ upstreamĀ versionĀ 1.25.0+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
221
221
                os.remove(paths[0])
222
222
                self.worker.staging.remove(fname)
223
223
            except:
224
 
                pass
 
224
                import traceback
 
225
                traceback.print_exc()
225
226
            count += num
226
227
 
227
228
        if duplicates: