go/zodb/zeo: Load: Fix thinko when rejecting result
If xres fails to convert to tuple, we should error about xres, not res which is always tuple(nil).
Showing
Please register or sign in to comment
If xres fails to convert to tuple, we should error about xres, not res which is always tuple(nil).