mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
a4e8f8b8b5
commit
761631a49b
@ -1030,6 +1030,7 @@ class DeviceMixin(object): # {{{
|
||||
total_size = sum([os.stat(f).st_size for f in files])
|
||||
except:
|
||||
try:
|
||||
import traceback
|
||||
traceback.print_exc()
|
||||
except:
|
||||
pass
|
||||
|
Loading…
x
Reference in New Issue
Block a user