diff --git a/frappy/io.py b/frappy/io.py index 9156635..5f2261e 100644 --- a/frappy/io.py +++ b/frappy/io.py @@ -456,7 +456,7 @@ class BytesIO(IOBase): if not replypat.match(reply): self.closeConnection() raise CommunicationFailedError(f'bad response: {reply!r}' - ' does not match {expected!r}') + f' does not match {expected!r}') @Command((BLOBType(), IntRange(0)), result=BLOBType()) def communicate(self, request, replylen): # pylint: disable=arguments-differ