diff --git a/cbr2cbz.py b/cbr2cbz.py index e4c73ab..ffb4b7e 100755 --- a/cbr2cbz.py +++ b/cbr2cbz.py @@ -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]))