From ddaac2a41e5f0521385e989760e6c85511e1b9f5 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Tue, 6 Aug 2013 10:35:55 -0400 Subject: bcfg2-yum-helper: disable pylint check --- src/sbin/bcfg2-yum-helper | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/sbin/bcfg2-yum-helper') 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(): -- cgit v1.2.3-1-g7c22