mirror of
https://github.com/ciromattia/kcc
synced 2025-12-20 21:22:05 +00:00
Fixed stupid typo
This commit is contained in:
@@ -682,7 +682,7 @@ def getWorkFolder(afile):
|
|||||||
raise UserWarning("Failed to detect archive format.")
|
raise UserWarning("Failed to detect archive format.")
|
||||||
newpath = mkdtemp('', 'KCC-')
|
newpath = mkdtemp('', 'KCC-')
|
||||||
copytree(path, os.path.join(newpath, 'OEBPS', 'Images'))
|
copytree(path, os.path.join(newpath, 'OEBPS', 'Images'))
|
||||||
rmtree(src, True)
|
rmtree(path, True)
|
||||||
return newpath
|
return newpath
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user