diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2017-02-08 17:03:29 -0500 |
---|---|---|
committer | Kenny Woodson <kwoodson@redhat.com> | 2017-02-08 17:03:29 -0500 |
commit | ffac7eac61666332d8d6c6484c5648b48dcaa648 (patch) | |
tree | 6cd08d586715108bff8f2368fc8cdf75f78e598c /roles/lib_openshift/library | |
parent | 7538002114965b4c4e6b202bf7216ec9c9a6d669 (diff) | |
download | openshift-ffac7eac61666332d8d6c6484c5648b48dcaa648.tar.gz openshift-ffac7eac61666332d8d6c6484c5648b48dcaa648.tar.bz2 openshift-ffac7eac61666332d8d6c6484c5648b48dcaa648.tar.xz openshift-ffac7eac61666332d8d6c6484c5648b48dcaa648.zip |
Pleasing the linting bot.
Diffstat (limited to 'roles/lib_openshift/library')
-rw-r--r-- | roles/lib_openshift/library/oc_env.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/lib_openshift/library/oc_env.py b/roles/lib_openshift/library/oc_env.py index 228f99d16..fa4191d1e 100644 --- a/roles/lib_openshift/library/oc_env.py +++ b/roles/lib_openshift/library/oc_env.py @@ -1603,6 +1603,7 @@ spec: # -*- -*- -*- Begin included fragment: class/oc_env.py -*- -*- -*- + # pylint: disable=too-many-instance-attributes class OCEnv(OpenShiftCLI): ''' Class to wrap the oc command line tools ''' @@ -1676,6 +1677,7 @@ class OCEnv(OpenShiftCLI): return self._replace_content(self.kind, self.name, self.resource.yaml_dict) + # pylint: disable=too-many-return-statements @staticmethod def run_ansible(params, check_mode): '''run the idempotent ansible code''' |