Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Checkout python scripts with LF to keep shebangs intact (#3051)
Python scripts were previously checked out with CRLF line endings by default on Windows (unless configured otherwise globally), leading to problems with the shebang not being correctly recognized when mounted into WSL and trying to run `./thescript.py` without prepending `python3` (just like `*.sh` files and `bash` that have already been addressed). NFC except that it helps in mixed setups.
- Loading branch information