Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get-external-data.py fails to run on Windows #4329

Closed
ZeLonewolf opened this issue Feb 10, 2021 · 0 comments · Fixed by #4330
Closed

get-external-data.py fails to run on Windows #4329

ZeLonewolf opened this issue Feb 10, 2021 · 0 comments · Fixed by #4330

Comments

@ZeLonewolf
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant