summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/Client/Toolset.py2
1 files changed, 1 insertions, 1 deletions
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