From: Aleksey Maksimov Date: Wed, 24 Sep 2014 15:11:55 +0000 (+0800) Subject: Pylint fixes X-Git-Tag: v0.2.26^2~3^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0786bfaa1250b9248cc142cc9ffd1efed09c12dd;p=tools%2Fpython-jenkinsapi.git Pylint fixes --- diff --git a/jenkinsapi/custom_exceptions.py b/jenkinsapi/custom_exceptions.py index 4573cd7..66f8216 100644 --- a/jenkinsapi/custom_exceptions.py +++ b/jenkinsapi/custom_exceptions.py @@ -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. """ diff --git a/jenkinsapi/job.py b/jenkinsapi/job.py index ae599a7..0ecd54d 100644 --- a/jenkinsapi/job.py +++ b/jenkinsapi/job.py @@ -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(