From 6edabcee69bcc04c37a28be41a8ecc2e83dbe2a1 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Sat, 17 May 2014 12:26:45 -0500 Subject: Packages: Fix pylint tests Signed-off-by: Sol Jerome --- src/lib/Bcfg2/Server/Plugins/Packages/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/Bcfg2/Server/Plugins/Packages/__init__.py') diff --git a/src/lib/Bcfg2/Server/Plugins/Packages/__init__.py b/src/lib/Bcfg2/Server/Plugins/Packages/__init__.py index 59cd3aafe..0171800a8 100644 --- a/src/lib/Bcfg2/Server/Plugins/Packages/__init__.py +++ b/src/lib/Bcfg2/Server/Plugins/Packages/__init__.py @@ -319,8 +319,8 @@ class Packages(Bcfg2.Server.Plugin.Plugin, structures.append(indep) @track_statistics() - def _build_packages(self, metadata, independent, structures, - collection=None): + def _build_packages(self, metadata, independent, # pylint: disable=R0914 + structures, collection=None): """ Perform dependency resolution and build the complete list of packages that need to be included in the specification by :func:`validate_structures`, based on the initial list of -- cgit v1.2.3-1-g7c22