We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ab817c + 7f0789e commit f00464bCopy full SHA for f00464b
pyral/rallyresp.py
@@ -407,7 +407,7 @@ def __repr__(self):
407
blurb = self.warnings[0]
408
else:
409
blurb = "%sResult TotalResultCount: %d Results: %s" % \
410
- (self.request_type, self.resultCount, self.content['Results'])
+ (self.request_type, self.resultCount, self.content['QueryResult']['Results'])
411
return "%s %s" % (self.status_code, blurb)
412
413
##################################################################################################
0 commit comments