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

Print flit build error msgs without exception traceback #254

Merged
merged 2 commits into from Mar 17, 2019

Conversation

carlbordum
Copy link
Contributor

No description provided.

``flit build`` can raise a ``common.VCSError`` if there are untracked
or deleted files in the directory, or if the directory does not appear
to be in a VCS at all.

This patch makes it print the error messages without a traceback.
``flit build`` can raise a ``common.NoVersionError`` if the package does
not have a __version__.

This patch makes it print the error messages without a traceback.
@takluyver
Copy link
Member

Thanks, seems reasonable

@takluyver takluyver merged commit a903073 into pypa:master Mar 17, 2019
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.

None yet

2 participants