includehandler: Silence too-many-arguments pyling warning
Signed-off-by: Daniel Wagner <daniel.wagner@siemens.com>
This commit is contained in:
parent
1b804f937a
commit
bc7aa5c694
@ -174,6 +174,8 @@ class GlobalIncludes(IncludeHandler):
|
||||
the current file overwrites every include. (evaluation depth first
|
||||
and from top to buttom)
|
||||
"""
|
||||
# pylint: disable=too-many-arguments
|
||||
|
||||
missing_repos = []
|
||||
configs = []
|
||||
current_config = load_config(filename)
|
||||
|
Loading…
Reference in New Issue
Block a user