mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-30 20:13:48 +01:00
Merge from trunk
This commit is contained in:
commit
fa6aa4be3c
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ def post_open_callback(self):
|
|||
|
||||
def write_cache(prefix):
|
||||
try:
|
||||
cachep = os.path.join(prefix, *(self.CACHE_XML.split('/')))
|
||||
cachep = os.path.join(prefix, *(CACHE_XML.split('/')))
|
||||
if not os.path.exists(cachep):
|
||||
dname = os.path.dirname(cachep)
|
||||
if not os.path.exists(dname):
|
||||
|
|
|
|||
Loading…
Reference in a new issue