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

Added Debug Info for Line Ending Issues #64

Merged
merged 3 commits into from
Mar 28, 2022
Merged

Added Debug Info for Line Ending Issues #64

merged 3 commits into from
Mar 28, 2022

Conversation

aflah02
Copy link
Collaborator

@aflah02 aflah02 commented Mar 25, 2022

Fixes #60
I've added a couple of sentences in the contributing file to help users debug the issue

CONTRIBUTING.md Outdated
@@ -106,6 +106,10 @@ If after running these the CI flow is still failing, try updating `flake8`,
`isort` and `black`. This can be done by running `pip install --upgrade black`,
`pip install --upgrade flake8`, and `pip install --upgrade isort`.

If you face issues while running the shell scripts and face errors like
`: invalid option` one possible reason might be that the line endings are
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good, but can you post the full error in a comment here or on this issue so we can take a look?

@aflah02
Copy link
Collaborator Author

aflah02 commented Mar 28, 2022

@mattdangerw I've updated the message as per our discussion

@mattdangerw
Copy link
Member

Thanks!

@mattdangerw mattdangerw merged commit 44933f7 into keras-team:master Mar 28, 2022
adhadse pushed a commit to adhadse/keras-nlp that referenced this pull request Sep 17, 2022
* Added Debug Info for Line Ending Issues

* Updated Debug Message

* Define term WSL

Co-authored-by: Matt Watson <1389937+mattdangerw@users.noreply.github.com>
mattdangerw added a commit that referenced this pull request May 21, 2024
mattdangerw added a commit that referenced this pull request May 21, 2024
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 this pull request may close these issues.

Adding debug instructions incase lint.sh/format.sh fail
2 participants