mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #299
This commit is contained in:
parent
546a402df5
commit
ebcb225613
@ -368,6 +368,8 @@ class PRS505(Device):
|
|||||||
infile.seek(0)
|
infile.seek(0)
|
||||||
name = names.next()
|
name = names.next()
|
||||||
paths.append(os.path.join(path, name))
|
paths.append(os.path.join(path, name))
|
||||||
|
if on_card and not os.path.exists(os.path.dirname(paths[-1])):
|
||||||
|
os.mkdir(os.path.dirname(paths[-1]))
|
||||||
self.put_file(infile, paths[-1], replace_file=True)
|
self.put_file(infile, paths[-1], replace_file=True)
|
||||||
ctimes.append(os.path.getctime(paths[-1]))
|
ctimes.append(os.path.getctime(paths[-1]))
|
||||||
return zip(paths, sizes, ctimes, cycle([on_card]))
|
return zip(paths, sizes, ctimes, cycle([on_card]))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user