[Koha-bugs] [Bug 19719] Add a ‘Collection’ column in the patron loans data table.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 30 23:10:01 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19719

Maksim Sen <maksim.sen at inlibro.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |maksim.sen at inlibro.com

--- Comment #5 from Maksim Sen <maksim.sen at inlibro.com> ---
The patch works correctly but when I try to sign off the patch I get this error
message.

/usr/local/bin/git-bz:1834: UnicodeWarning: Unicode equal comparison failed to
convert both arguments to Unicode - interpreting them as being unequal
  obsoleted = (initial_description == patch.description)
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/lib/python2.7/StringIO.py", line 271, in getvalue
    self.buf += ''.join(self.buflist)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 18:
ordinal not in range(128)

I didn't get this message when signing off other bugs.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list