projects
/
tools
/
python-jenkinsapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25aa79e
)
change cannot parse error
author
Salim Fadhley
<sal@stodge.org>
Sat, 29 Jun 2013 22:41:48 +0000
(23:41 +0100)
committer
Salim Fadhley
<sal@stodge.org>
Sat, 29 Jun 2013 22:41:48 +0000
(23:41 +0100)
jenkinsapi/jenkinsbase.py
patch
|
blob
|
history
diff --git
a/jenkinsapi/jenkinsbase.py
b/jenkinsapi/jenkinsbase.py
index 1f20c63115e17e6c51e81495788d2cad9f7dcaa9..fe97914b7a14b5e979812471be2394ba2f324d21 100644
(file)
--- a/
jenkinsapi/jenkinsbase.py
+++ b/
jenkinsapi/jenkinsbase.py
@@
-59,7
+59,7
@@
class JenkinsBase(object):
return eval(response.text)
except Exception:
log.exception('Inappropriate content found at %s', url)
- raise JenkinsAPIException('Cannot parse %s' %
url
)
+ raise JenkinsAPIException('Cannot parse %s' %
response.content
)
@classmethod
def python_api_url(cls, url):