Closed Michael-E-Rose closed 5 years ago
Thanks for your report. I understand the issue and found and fixed the logical flaw in the code. I’ll release a fix in the next hours.
The issue was due an incomplete fix of #10. All should be fixed now in bbd62b81642256a6e4c1cfc9d50f18fbe8154335. Please try the most recent release v0.1.5.1.
It's fixed and works very well, thanks a lot!
Trying to make the code run with Python 3.6.7 on Ubuntu 16.04:
It seems
git.exc.InvalidGitRepositoryError
can't be used when git cannot be loaded.BTW: If you use the git package only to get version information, I'd recommend using pbr instead. Much easier.