ftarlao / check-media-integrity

check-media-integrity is a command line tool that checks the integrity of specific media files (pictures, video, audio) or all the media files in subfolders, recursively.
GNU General Public License v3.0
153 stars 30 forks source link

Specify python2.7 interpreter. chmod +x *.py #1

Closed danielhoherd closed 5 years ago

danielhoherd commented 5 years ago

Because the readme specifies this is for python2.7 the interpeter should also specify this, so now it does. Also chmod +x so we can ./check_mi.py

ftarlao commented 5 years ago

Good spot, my old Mint (that is about Ubuntu LTS) defaults "python" to python 2.7, but recent ones surely defaults to python 3.x, I think. I'll merge asap

ftarlao commented 5 years ago

I'm not sure about file permissions to be in the pull request, ..just trying