Skip to content

Commit

Permalink
The attribute is status_code
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Kelly committed Sep 15, 2016
1 parent 858a282 commit bcaa7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/reporters/stash.py
Expand Up @@ -51,4 +51,4 @@ def send(self, build):
response = yield self.session.post(stash_uri, body, auth=self.auth)
if response.status_code != 200:
log.msg("%s: unable to upload stash status: %s" %
(response.status, response.content))
(response.status_code, response.content))

0 comments on commit bcaa7df

Please sign in to comment.