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

Make missing project table a tracing warning #5194

Merged
merged 1 commit into from
Jul 18, 2024
Merged

Conversation

charliermarsh
Copy link
Member

Closes #5068.

@charliermarsh charliermarsh added the cli Related to the command line interface label Jul 18, 2024
@charliermarsh charliermarsh enabled auto-merge (squash) July 18, 2024 18:11
err
warn!(
"Invalid pyproject.toml `{}`: {err}",
pyproject_toml_path.simplified_display()
Copy link
Member

Choose a reason for hiding this comment

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

Just wondering, why not user display?

@charliermarsh charliermarsh merged commit 6a6e3b4 into main Jul 18, 2024
51 checks passed
@charliermarsh charliermarsh deleted the charlie/trace branch July 18, 2024 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Related to the command line interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

“warning: pyproject.toml does not contain project table”, though there is a [project] section
2 participants