mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
462b2e6c44
commit
15eb98b203
@ -69,7 +69,7 @@ class PRS505(USBMS):
|
|||||||
|
|
||||||
def write_cache(prefix):
|
def write_cache(prefix):
|
||||||
try:
|
try:
|
||||||
cachep = os.path.join(prefix, *(self.CACHE_XML.split('/')))
|
cachep = os.path.join(prefix, *(CACHE_XML.split('/')))
|
||||||
if not os.path.exists(cachep):
|
if not os.path.exists(cachep):
|
||||||
dname = os.path.dirname(cachep)
|
dname = os.path.dirname(cachep)
|
||||||
if not os.path.exists(dname):
|
if not os.path.exists(dname):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user