forked from extern/cbr2cbz
* cbr2cbz.py: Remove temporary folder after conversion
Signed-off-by: Nicolas Morey-Chaisemartin <NMoreyChaisemartin@suse.com>
This commit is contained in:
parent
c4b29aeb4b
commit
ea1cc1a43e
@ -54,7 +54,7 @@ uncompress(sys.argv[1], temp_dir)
|
||||
|
||||
#Compress images and put them into a CBZ/ZIP
|
||||
compress(temp_dir, cbz_filename)
|
||||
|
||||
execute("".join(["rm -Rf ", temp_dir]))
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user