sourcepirate / force-app-engine

Automatically exported from code.google.com/p/force-app-engine
0 stars 0 forks source link

_extractRecord error in python_client.py #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Attempt a queryMore() call
2.
3.

What is the expected output? What do you see instead?
queryResult, instead get exception regarding _extractRecord call.

What version of the product are you using? On what operating system?
Latest version, downloaded today.

Please provide any additional information below.
Problem resolved by replacing _extractRecord on line 191 in python_client.py 
with 
self.extractRecord.

Original issue reported on code.google.com by sockonaf...@gmail.com on 19 Aug 2009 at 9:40