This commit is contained in:
Kovid Goyal 2010-06-05 17:30:34 -06:00
parent 462b2e6c44
commit 15eb98b203

View File

@ -69,7 +69,7 @@ class PRS505(USBMS):
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):