瀏覽代碼

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.
Samuel Munilla 8 年之前
父節點
當前提交
b884af4baf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      roles/openshift_facts/library/openshift_facts.py

+ 1 - 1
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,