mirror of
https://github.com/oogg06/cbr2cbz.git
synced 2024-11-21 15:03:19 +01:00
* 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 images and put them into a CBZ/ZIP
|
||||||
compress(temp_dir, cbz_filename)
|
compress(temp_dir, cbz_filename)
|
||||||
|
execute("".join(["rm -Rf ", temp_dir]))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user