From 9c605943c78c7f106af4a742e7d460b1bc15665f Mon Sep 17 00:00:00 2001 From: Andrew Ring Date: Wed, 14 Dec 2022 18:42:55 -0600 Subject: [PATCH] Move ppm to EXTENSIONS_NEED_BINARY_CHECK --- identify/extensions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/identify/extensions.py b/identify/extensions.py index adc5333..d8cd295 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -163,7 +163,6 @@ 'png': {'binary', 'image', 'png'}, 'po': {'text', 'pofile'}, 'pp': {'text', 'puppet'}, - 'ppm': {'binary', 'image', 'ppm'}, 'prisma': {'text', 'prisma'}, 'properties': {'text', 'java-properties'}, 'proto': {'text', 'proto'}, @@ -268,6 +267,7 @@ } EXTENSIONS_NEED_BINARY_CHECK = { 'plist': {'plist'}, + 'ppm': {'image', 'ppm'}, } NAMES = {