Closed mcflugen closed 6 years ago
Use the binaryornot package for testing if files are binary (or not). It seems to be a little more robust than our homegrown version and it also fixes a Python 3 error that our version has.
binaryornot
Use the
binaryornot
package for testing if files are binary (or not). It seems to be a little more robust than our homegrown version and it also fixes a Python 3 error that our version has.