Skip to content

Commit

Permalink
Move ppm to EXTENSIONS_NEED_BINARY_CHECK
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewring committed Dec 15, 2022
1 parent 987bd43 commit 9c60594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion identify/extensions.py
Expand Up @@ -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'},
Expand Down Expand Up @@ -268,6 +267,7 @@
}
EXTENSIONS_NEED_BINARY_CHECK = {
'plist': {'plist'},
'ppm': {'image', 'ppm'},
}

NAMES = {
Expand Down

0 comments on commit 9c60594

Please sign in to comment.