Skip to content

Commit a30b461

Browse files
authored
Merge pull request matplotlib#23657 from QuLogic/eps-triage
Add eps to extension list in image triager
2 parents f111069 + 06875db commit a30b461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/triage_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
# Non-png image extensions
4848

49-
exts = ['pdf', 'svg']
49+
exts = ['pdf', 'svg', 'eps']
5050

5151

5252
class Thumbnail(QtWidgets.QFrame):

0 commit comments

Comments
 (0)