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

Fix for displaying help for the build_python command #601

Merged
merged 3 commits into from
Dec 16, 2024

Conversation

rakhmaevao
Copy link
Contributor

I wanted to run the command in bar folder

jupyter-releaser build-python --help

This line is in the README.md, so it should work right away.

But it gave an error

  File "/home/rakhmaevao/Projects/jupyter_releaser/jupyter_releaser/cli.py", line 44, in invoke
    raise ValueError(msg)
ValueError: Please run prep-git first

I fixed it.

Also the command to run tests from the CONTRIBUTING.md file did not work. But another command works. I fixed the CONTRIBUTING.md file.

@rakhmaevao
Copy link
Contributor Author

I can't put a tag. I understand that this is the problem.

@krassowski krassowski added the bug Something isn't working label Dec 16, 2024
Copy link
Collaborator

@krassowski krassowski left a comment

Choose a reason for hiding this comment

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

Thank you @rakhmaevao!

@krassowski krassowski changed the title Fix for displaying help for the build_python command Fix for displaying help for the build_python command Dec 16, 2024
@krassowski krassowski merged commit 4d4ffb1 into jupyter-server:main Dec 16, 2024
19 of 21 checks passed
@rakhmaevao rakhmaevao deleted the fix-show-help branch December 19, 2024 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants