Fix pep8 violation
authorSateesh Kumar <sateeshkumarb@yahoo.com>
Sun, 8 Dec 2013 03:37:02 +0000 (09:07 +0530)
committerSateesh Kumar <sateeshkumarb@yahoo.com>
Sun, 8 Dec 2013 03:37:02 +0000 (09:07 +0530)
jenkinsapi/jenkins.py

index 2a6ed61..e7b01ac 100644 (file)
@@ -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')