summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/class/oc_env.py
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2017-02-08 17:03:29 -0500
committerKenny Woodson <kwoodson@redhat.com>2017-02-08 17:03:29 -0500
commitffac7eac61666332d8d6c6484c5648b48dcaa648 (patch)
tree6cd08d586715108bff8f2368fc8cdf75f78e598c /roles/lib_openshift/src/class/oc_env.py
parent7538002114965b4c4e6b202bf7216ec9c9a6d669 (diff)
downloadopenshift-ffac7eac61666332d8d6c6484c5648b48dcaa648.tar.gz
openshift-ffac7eac61666332d8d6c6484c5648b48dcaa648.tar.bz2
openshift-ffac7eac61666332d8d6c6484c5648b48dcaa648.tar.xz
openshift-ffac7eac61666332d8d6c6484c5648b48dcaa648.zip
Pleasing the linting bot.
Diffstat (limited to 'roles/lib_openshift/src/class/oc_env.py')
-rw-r--r--roles/lib_openshift/src/class/oc_env.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/lib_openshift/src/class/oc_env.py b/roles/lib_openshift/src/class/oc_env.py
index 10d44412a..b5e78bf90 100644
--- a/roles/lib_openshift/src/class/oc_env.py
+++ b/roles/lib_openshift/src/class/oc_env.py
@@ -1,4 +1,6 @@
# pylint: skip-file
+# flake8: noqa
+
# pylint: disable=too-many-instance-attributes
class OCEnv(OpenShiftCLI):
@@ -73,6 +75,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'''