Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sort.py: print more standard error messages
Where applicable, instead of creating custom ones. Example error messages: rm -f 123 && ./contrib/sort.py 123 [ Error ] [Errno 2] No such file or directory: '123' touch 123 && chmod -rwx 123 && ./contrib/sort.py 123 [ Error ] [Errno 13] Permission denied: '123'
- Loading branch information