Pylint fixes
authorAleksey Maksimov <ctpeko3a@gmail.com>
Wed, 24 Sep 2014 15:11:55 +0000 (23:11 +0800)
committerAleksey Maksimov <ctpeko3a@gmail.com>
Wed, 24 Sep 2014 15:11:55 +0000 (23:11 +0800)
jenkinsapi/custom_exceptions.py
jenkinsapi/job.py

index 4573cd79b1645753fb5df7e98b03518106ed52d7..66f821667e5e5b8ad50bee0e5ace108578d95d5f 100644 (file)
@@ -1,6 +1,6 @@
 """Module for custom_exceptions.
 
-Where possible we try to throw exceptions with non-generic, 
+Where possible we try to throw exceptions with non-generic,
 meaningful names.
 """
 
index ae599a7b4ade32b0f06d8c11d86d55291e0e1a1f..0ecd54d2f056490e3220cecc9b85436bf3dbaacb 100644 (file)
@@ -195,8 +195,7 @@ class Job(JenkinsBase, MutableJenkinsThing):
 
         # Build require params as form fields
         # and as Json.
-        data = {'json': self.mk_json_from_build_parameters(
-                build_params, files)}
+        data = {'json': self.mk_json_from_build_parameters(build_params, files)}
         data.update(build_params)
 
         response = self.jenkins.requester.post_and_confirm_status(