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:
8b65582
)
Fix pep8 violation
author
Sateesh Kumar
<sateeshkumarb@yahoo.com>
Sun, 8 Dec 2013 03:37:02 +0000
(09:07 +0530)
committer
Sateesh Kumar
<sateeshkumarb@yahoo.com>
Sun, 8 Dec 2013 03:37:02 +0000
(09:07 +0530)
jenkinsapi/jenkins.py
patch
|
blob
|
history
diff --git
a/jenkinsapi/jenkins.py
b/jenkinsapi/jenkins.py
index 2a6ed610b0f69fc1ebea9ec4844ecedd43d4507a..e7b01acd6e977d3fc44297394c94c573431817b0 100644
(file)
--- a/
jenkinsapi/jenkins.py
+++ b/
jenkinsapi/jenkins.py
@@
-326,4
+326,4
@@
class Jenkins(JenkinsBase):
"""
response = self.requester.get_and_confirm_status(self.baseurl)
version_key = 'X-Jenkins'
- return response.headers.get(version_key,'0.0')
+ return response.headers.get(version_key,
'0.0')