mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
bdec6576d0
commit
db6f3c8d6b
@ -95,7 +95,7 @@ class FileOrFolder:
|
|||||||
name = 'Folder' if self.is_folder else 'File'
|
name = 'Folder' if self.is_folder else 'File'
|
||||||
try:
|
try:
|
||||||
path = str(self.full_path)
|
path = str(self.full_path)
|
||||||
except:
|
except Exception:
|
||||||
path = ''
|
path = ''
|
||||||
datum = 'size=%s'%(self.size)
|
datum = 'size=%s'%(self.size)
|
||||||
if self.is_folder or self.is_storage:
|
if self.is_folder or self.is_storage:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user