https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31503
--- Comment #71 from Marcel de Rooy <[email protected]> --- (In reply to David Nind from comment #67) > I had trouble attaching the patches because of the example plugin patch - I > hope I haven't screwed anything up! Not sure what was going wrong there exactly. But I restored the example patch. > Applying: DO NOT PUSH: Add example plugin > Moving to starting point > Adding bug reference 6b2e2e2 DO NOT PUSH: Add example plugin > Cleaning up back to original state on error > Traceback (most recent call last): > File "/usr/bin/git-bz", line 2834, in <module> > applied = do_apply(bug_ref) > File "/usr/bin/git-bz", line 1977, in do_apply > add_url(bug, commits) > File "/usr/bin/git-bz", line 1719, in add_url > add_url_to_head_commit(commit, bug) > File "/usr/bin/git-bz", line 1682, in add_url_to_head_commit > git.commit(file="-", amend=True, _input=input) > File "/usr/bin/git-bz", line 197, in f > o = git_run(command, *args, **kwargs) > File "/usr/bin/git-bz", line 167, in git_run > output, error = process.communicate(input) > File "/usr/lib/python3.9/subprocess.py", line 1134, in communicate > stdout, stderr = self._communicate(input, endtime, timeout) > File "/usr/lib/python3.9/subprocess.py", line 1961, in _communicate > input_view = memoryview(self._input) > TypeError: memoryview: a bytes-like object is required, not 'str' Hmm. I can reproduce this too now. Still looking a bit further. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
