From e2baba5bed68b39ec6ff611078f0d850475605a6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 24 Dec 2020 13:03:53 -0300 Subject: WebP does not need further processing either --- comp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comp.py b/comp.py index 9fdea50..f28bc47 100755 --- a/comp.py +++ b/comp.py @@ -46,7 +46,7 @@ for path, subdir, files in os.walk("raw/"): EXT="webp" elif EXT in ["xcf", "psd"]: continue - elif EXT in ["mp3", "ogg"]: + elif EXT in ["mp3", "ogg", "webp"]: subprocess.call("cp %s %s/%s" % (fn, PATH, NAME), shell=True) else: subprocess.call("cp %s %s/%s.%s" % (fn, PATH, NAME, EXT), shell=True) -- cgit v1.2.3-60-g2f50