You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running docker-compose up import on Windows, the script get-external-data.py fails. The cause is that git on windows automatically converts LF to CRLF which causes an unexpected character to be added to the python shebang line.
I am submitting a PR which fixes this by adding python files to the list of files that should be excluded from automatic CRLF conversions.
The text was updated successfully, but these errors were encountered:
When running
docker-compose up import
on Windows, the scriptget-external-data.py
fails. The cause is that git on windows automatically converts LF to CRLF which causes an unexpected character to be added to the python shebang line.I am submitting a PR which fixes this by adding python files to the list of files that should be excluded from automatic CRLF conversions.
The text was updated successfully, but these errors were encountered: