summaryrefslogtreecommitdiffstats
path: root/src/sbin
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-08-06 10:35:55 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-08-06 10:35:55 -0400
commitddaac2a41e5f0521385e989760e6c85511e1b9f5 (patch)
tree8e7b123603faa85e63dd5170b339fdb491bce1c5 /src/sbin
parent2ebb02acd1d53e1bd88793ad67ea9d0c4354c03f (diff)
downloadbcfg2-ddaac2a41e5f0521385e989760e6c85511e1b9f5.tar.gz
bcfg2-ddaac2a41e5f0521385e989760e6c85511e1b9f5.tar.bz2
bcfg2-ddaac2a41e5f0521385e989760e6c85511e1b9f5.zip
bcfg2-yum-helper: disable pylint check
Diffstat (limited to 'src/sbin')
-rwxr-xr-xsrc/sbin/bcfg2-yum-helper3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sbin/bcfg2-yum-helper b/src/sbin/bcfg2-yum-helper
index 03b672ac7..49baeb9c3 100755
--- a/src/sbin/bcfg2-yum-helper
+++ b/src/sbin/bcfg2-yum-helper
@@ -262,7 +262,8 @@ class CacheManager(YumHelper):
self.yumbase.repos.populateSack(mdtype='metadata', cacheonly=1)
self.yumbase.repos.populateSack(mdtype='filelists', cacheonly=1)
self.yumbase.repos.populateSack(mdtype='otherdata', cacheonly=1)
- self.yumbase.comps
+ # this does something with the groups cache as a side effect
+ self.yumbase.comps # pylint: disable=W0104
def main():