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

Warnings/Errors crash due to undefined _print function #1

Open
adammw opened this issue Jun 24, 2013 · 0 comments
Open

Warnings/Errors crash due to undefined _print function #1

adammw opened this issue Jun 24, 2013 · 0 comments
Labels

Comments

@adammw
Copy link
Member

adammw commented Jun 24, 2013

$ git commit
fatal: No names found, cannot describe anything.
Traceback (most recent call last):
  File ".git/hooks/pre-commit", line 140, in <module>
    ver = get_version()
  File ".git/hooks/pre-commit", line 55, in get_version
    ver = get_git_version()
  File ".git/hooks/pre-commit", line 28, in get_git_version
    _print('WARNING: git describe failed with: %s %s' % (n, result))
NameError: global name '_print' is not defined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant