diff options
author | ewolinetz <ewolinet@redhat.com> | 2017-06-12 08:41:20 -0500 |
---|---|---|
committer | ewolinetz <ewolinet@redhat.com> | 2017-06-12 08:41:20 -0500 |
commit | ee59257a018f081efa1f121cba40f857e07e9ef5 (patch) | |
tree | 537641a239835f1e025527fa2f572381f9bbf9b4 | |
parent | 44227c5bf81d6e95882ed96179eebc5d7900d423 (diff) | |
download | openshift-ee59257a018f081efa1f121cba40f857e07e9ef5.tar.gz openshift-ee59257a018f081efa1f121cba40f857e07e9ef5.tar.bz2 openshift-ee59257a018f081efa1f121cba40f857e07e9ef5.tar.xz openshift-ee59257a018f081efa1f121cba40f857e07e9ef5.zip |
Making pylint happy
-rw-r--r-- | filter_plugins/oo_filters.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filter_plugins/oo_filters.py b/filter_plugins/oo_filters.py index ed5d71ebd..cff9f8a60 100644 --- a/filter_plugins/oo_filters.py +++ b/filter_plugins/oo_filters.py @@ -715,7 +715,7 @@ def oo_openshift_env(hostvars): return facts -# pylint: disable=too-many-branches, too-many-nested-blocks +# pylint: disable=too-many-branches, too-many-nested-blocks, too-many-statements def oo_persistent_volumes(hostvars, groups, persistent_volumes=None): """ Generate list of persistent volumes based on oo_openshift_env storage options set in host variables. |