https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12310
--- Comment #125 from Victor Grousset/tuxayo <[email protected]> --- (In reply to Marcel de Rooy from comment #119) > There is something strange here with git-bz. > When adding a follow-up to the test bug 6473, no problem. > When attaching to this report: > Traceback (most recent call last): > File "/usr/local/bin/git-bz", line 2632, in <module> > do_attach(*args) > File "/usr/local/bin/git-bz", line 1998, in do_attach > attach_commits(bug, commits, edit_comments=global_options.edit) > File "/usr/local/bin/git-bz", line 1913, in attach_commits > description, body, obsoletes, statuses, patch_complexities, depends = > edit_attachment_comment(bug, commit.subject, body) > File "/usr/local/bin/git-bz", line 1866, in edit_attachment_comment > lines = edit_template(template.getvalue()) > File "/usr/local/bin/git-bz", line 811, in edit_template > f.write(template) > UnicodeEncodeError: 'ascii' codec can't encode character u'\u2192' in > position 600: ordinal not in range(128) > This is a rightwards arrow; where is it coming from ?? Ow, sorry, there was a rightwards arrow in the first line of the commit message. I replaced it with "=>" I had no issues applying the patches, are you on the apply_on_cascade branch for your git-bz installation? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
