summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Packages/__init__.py
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2014-05-17 12:26:45 -0500
committerSol Jerome <sol.jerome@gmail.com>2014-05-17 12:26:45 -0500
commit6edabcee69bcc04c37a28be41a8ecc2e83dbe2a1 (patch)
tree8ab5e27250b35a00e6782aa26ac9063ba59add19 /src/lib/Bcfg2/Server/Plugins/Packages/__init__.py
parenta03eb5cc5699e44de5fdb6ba6f5e69f3e5cee09a (diff)
downloadbcfg2-6edabcee69bcc04c37a28be41a8ecc2e83dbe2a1.tar.gz
bcfg2-6edabcee69bcc04c37a28be41a8ecc2e83dbe2a1.tar.bz2
bcfg2-6edabcee69bcc04c37a28be41a8ecc2e83dbe2a1.zip
Packages: Fix pylint tests
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'src/lib/Bcfg2/Server/Plugins/Packages/__init__.py')
-rw-r--r--src/lib/Bcfg2/Server/Plugins/Packages/__init__.py4
1 files changed, 2 insertions, 2 deletions
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