[PATCH 4/8] Remove old test to allow comma separated grpid for selectGroup().

James Antill james at and.org
Mon Dec 16 22:50:35 UTC 2013


---
 yum/__init__.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/yum/__init__.py b/yum/__init__.py
index d051a1c..2709225 100644
--- a/yum/__init__.py
+++ b/yum/__init__.py
@@ -3771,9 +3771,6 @@ much more problems).
            transaction set by this function
         """
 
-        if not self.comps.has_group(grpid):
-            raise Errors.GroupsError, _("No Group named %s exists") % to_unicode(grpid)
-        
         txmbrs_used = []
         thesegroups = self.comps.return_groups(grpid)
      
-- 
1.7.7.6



More information about the Yum-devel mailing list