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/Collection.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/Bcfg2/Server/Plugins/Packages/Collection.py') diff --git a/src/lib/Bcfg2/Server/Plugins/Packages/Collection.py b/src/lib/Bcfg2/Server/Plugins/Packages/Collection.py index 9bd384167..004e27874 100644 --- a/src/lib/Bcfg2/Server/Plugins/Packages/Collection.py +++ b/src/lib/Bcfg2/Server/Plugins/Packages/Collection.py @@ -470,7 +470,8 @@ class Collection(list, Debuggable): return list(complete.difference(initial)) @track_statistics() - def complete(self, packagelist, recommended=None): # pylint: disable=R0912,R0914 + def complete(self, packagelist, # pylint: disable=R0912,R0914 + recommended=None): """ Build a complete list of all packages and their dependencies. :param packagelist: Set of initial packages computed from the -- cgit v1.2.3-1-g7c22