summaryrefslogtreecommitdiffstats
path: root/roles/openshift_facts
diff options
context:
space:
mode:
authorSamuel Munilla <smunilla@redhat.com>2016-07-13 09:49:23 -0400
committerSamuel Munilla <smunilla@redhat.com>2016-07-13 09:49:23 -0400
commitb884af4baf781b0f6fa6056b6d2a77ed4c99266a (patch)
tree8bde4d5d12b8a58f5b4034475c357ade3f42864b /roles/openshift_facts
parent9718c2e21edf8526e268a59c28c2b2fbb8826f7c (diff)
downloadopenshift-b884af4baf781b0f6fa6056b6d2a77ed4c99266a.tar.gz
openshift-b884af4baf781b0f6fa6056b6d2a77ed4c99266a.tar.bz2
openshift-b884af4baf781b0f6fa6056b6d2a77ed4c99266a.tar.xz
openshift-b884af4baf781b0f6fa6056b6d2a77ed4c99266a.zip
Fix erroneous pylint error
pylint is throwing up a no-value-for-parameter error here. Testing shows there is no real issue, so adding that to the ignores.
Diffstat (limited to 'roles/openshift_facts')
-rwxr-xr-xroles/openshift_facts/library/openshift_facts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_facts/library/openshift_facts.py b/roles/openshift_facts/library/openshift_facts.py
index 4c551c37e..211c290d2 100755
--- a/roles/openshift_facts/library/openshift_facts.py
+++ b/roles/openshift_facts/library/openshift_facts.py
@@ -1573,7 +1573,7 @@ class OpenShiftFacts(object):
'node']
# Disabling too-many-arguments, this should be cleaned up as a TODO item.
- # pylint: disable=too-many-arguments
+ # pylint: disable=too-many-arguments,no-value-for-parameter
def __init__(self, role, filename, local_facts,
additive_facts_to_overwrite=None,
openshift_env=None,