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 fa0aede + 4532626 commit b8d4123Copy full SHA for b8d4123
pyral/rallyresp.py
@@ -376,7 +376,7 @@ def __repr__(self):
376
blurb = self.warnings[0]
377
else:
378
blurb = "%sResult TotalResultCount: %d Results: %s" % \
379
- (self.req_type, self.resultCount, self.content['Results'])
+ (self.request_type, self.resultCount, self.content['Results'])
380
return "%s %s" % (self.status_code, blurb)
381
382
##################################################################################################
0 commit comments