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

Commits on Mar 13, 2019

  1. flit build, print VCSError, no traceback

    ``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.
    carlbordum committed Mar 13, 2019
    Copy the full SHA
    f682f3c View commit details
    Browse the repository at this point in the history
  2. flit build, print NoVersionError, no 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.
    carlbordum committed Mar 13, 2019
    Copy the full SHA
    ec9233c View commit details
    Browse the repository at this point in the history