Yedidyah Bar David has uploaded a new change for review.

Change subject: packaging: setup: Do ask about cleanup groups
......................................................................

packaging: setup: Do ask about cleanup groups

Reversing the condition - we want to ask about groups _not_ already
decided upon by some plugin.

Change-Id: I730b3454f837043cb6bb7ae1f13752c5ac350755
Signed-off-by: Yedidyah Bar David <[email protected]>
---
M packaging/setup/plugins/ovirt-engine-remove/base/files/simple.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/54/31454/1

diff --git a/packaging/setup/plugins/ovirt-engine-remove/base/files/simple.py 
b/packaging/setup/plugins/ovirt-engine-remove/base/files/simple.py
index 691b63a..01be411 100644
--- a/packaging/setup/plugins/ovirt-engine-remove/base/files/simple.py
+++ b/packaging/setup/plugins/ovirt-engine-remove/base/files/simple.py
@@ -240,7 +240,7 @@
                         interactive and
                         group not in already_asked
                     ):
-                        if group in self.environment[
+                        if group not in self.environment[
                             osetupcons.RemoveEnv.REMOVE_SPEC_OPTION_GROUP_LIST
                         ]:
                             already_asked.append(group)


-- 
To view, visit http://gerrit.ovirt.org/31454
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I730b3454f837043cb6bb7ae1f13752c5ac350755
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yedidyah Bar David <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to