From 64fd079f885279b25aa4ece3f9e41e784cbe993f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 19 Dec 2006 04:05:49 +0000 Subject: [PATCH] --- libprs500/communicate.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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))