Commit 50c842e
Sara Safavi
mimetypes.guess_extension() returns either .tif or .tiff - test accordingly
prior to Python 3.6, the order of extensions returned is nondeterministic,
at Python 3.6+ ".tif" is always returned first. Until we drop Python 2.7
support, we need to account for all cases in our tests.1 parent 6e8e7f5 commit 50c842e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
0 commit comments