-
Notifications
You must be signed in to change notification settings - Fork 45
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-deb fails if the latest_git_commit contains unicode #13
Comments
Ran into a bug in make-deb that fails when there is utf-8 characters in the git commit message. nylas/make-deb#13. I wrote a patch to fix the bug and am installing that version until the make-deb maintainers incorporate it
Hmmm, I'm not seeing a problem when using git master. I did a commit with a Unicode snowman (
Am I not doing the right thing to reproduce the issue? Or maybe the issue has already been fixed? |
It looks like 662c6aa fixed this issue. However, that code causes the program to fail on Python 3: Traceback (most recent call last):
File "/Users/marca/dev/git-repos/make-deb/bin/make-deb", line 8, in <module>
reload(sys) |
Thanks for digging into that. On Mon, Oct 31, 2016 at 12:46 PM, Marc Abramowitz [email protected]
|
If the latest git commit message has unicode in it, this line https://github.com/nylas/make-deb/blob/master/make_deb/__init__.py#L95 will throw a UnicodeDecode error.
The text was updated successfully, but these errors were encountered: