From d2002bbd09771560f8db380345c9c55c3abc1d38 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Wed, 26 Apr 2006 19:29:50 +0000 Subject: Fix the "all entries correct" message when work remains to be done git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1856 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Client/Toolset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/Client/Toolset.py b/src/lib/Client/Toolset.py index fc00f6a7b..a081f7de0 100644 --- a/src/lib/Client/Toolset.py +++ b/src/lib/Client/Toolset.py @@ -90,7 +90,7 @@ class Toolset(object): if not self.setup['bundle']: self.logger.info('Unmanaged entries:\t%d' % len(self.pkgwork['remove'])) - if ((self.states.values().count(False) > 0) and not self.pkgwork['remove']): + if ((self.states.values().count(False) == 0) and not self.pkgwork['remove']): self.logger.info('All entries correct.') # These next functions form the external API -- cgit v1.2.3-1-g7c22