Show More
@@ -66,7 +66,7 class clientpeer(wireprotov1peer.wirepee | |||
|
66 | 66 | elif isinstance(res, bytes): |
|
67 | 67 | return res |
|
68 | 68 | else: |
|
69 | raise error.Abort('dummy client does not support response type') | |
|
69 | raise error.Abort(b'dummy client does not support response type') | |
|
70 | 70 | |
|
71 | 71 | def _callstream(self, cmd, **args): |
|
72 | 72 | return stringio(self._call(cmd, **args)) |
General Comments 0
You need to be logged in to leave comments.
Login now