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