diff --git a/libprs500/communicate.py b/libprs500/communicate.py index 40bc1274da..c5e90106e3 100755 --- a/libprs500/communicate.py +++ b/libprs500/communicate.py @@ -377,7 +377,8 @@ class PRS500Device(Device): raise ProtocolError("Sending via Bulk Transfer failed with response:\n"\ +str(res)) if res.data_size != len(data): - raise ProtocolError("Unable to transfer all data to device. Response packet:\n"\ + raise ProtocolError("Unable to transfer all data to device. "+\ + "Response packet:\n"\ +str(res))