mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
7e63bb48ab
commit
e1660d26b9
@ -221,7 +221,8 @@ class AutoAdder(QObject):
|
||||
os.remove(paths[0])
|
||||
self.worker.staging.remove(fname)
|
||||
except:
|
||||
pass
|
||||
import traceback
|
||||
traceback.print_exc()
|
||||
count += num
|
||||
|
||||
if duplicates:
|
||||
|
Loading…
x
Reference in New Issue
Block a user