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: ensure 'package_name' always uses underscores #15

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

ahal
Copy link
Contributor

@ahal ahal commented Oct 17, 2023

Without this fix, entering 'my-package' as the project name results in a directory called 'src/my-package', which is not importable in Python.

Also adds a test.

@ahal ahal requested a review from a team October 17, 2023 20:27
@ahal ahal self-assigned this Oct 17, 2023
@ahal ahal closed this Oct 17, 2023
@ahal ahal reopened this Oct 17, 2023
Without this fix, entering 'my-package' as the project name results in a
directory called 'src/my-package', which is not importable in Python.

Also adds a test.
@ahal
Copy link
Contributor Author

ahal commented Oct 17, 2023

I'm not sure what's up with those Decision task failures, and my brain is too tired to debug right now. They don't go away even after force pushing a new revision...

I'm inclined to just land anyway, it's a low risk repo and the tests pass for me locally.

@bhearsum
Copy link

(I don't know what happened with the decision task, but the tests certainly look fine.)

@ahal ahal merged commit 3daf931 into mozilla-releng:main Oct 18, 2023
2 of 3 checks passed
@ahal ahal deleted the package_name branch October 18, 2023 13:37
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.

2 participants