Skip to content

Commit d57eeb5

Browse files
author
Luke Bakken
committed
Revert exception message
1 parent 6de4fd0 commit d57eeb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

riak/codecs/ttb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def decode_timeseries(self, resp_ttb, tsobj,
181181
raise RiakError(
182182
"Expected 3-tuple in response, got: {}".format(resp_data))
183183
else:
184-
raise RiakError("Unknown TTB response type: {}".format(resp_ttb))
184+
raise RiakError("Unknown TTB response type: {}".format(resp_a))
185185

186186
def decode_timeseries_cols(self, cnames, ctypes):
187187
cnames = [bytes_to_str(cname) for cname in cnames]

0 commit comments

Comments
 (0)