Revision 6e80da8b lib/cmdlib.py

b/lib/cmdlib.py
12191 12191
                           if group_uuid != self.group_uuid]
12192 12192

  
12193 12193
      if not self.target_uuids:
12194
        raise errors.OpExecError("There are no possible target groups")
12194
        raise errors.OpPrereqError("There are no possible target groups",
12195
                                   errors.ECODE_INVAL)
12195 12196

  
12196 12197
  def BuildHooksEnv(self):
12197 12198
    """Build hooks env.

Also available in: Unified diff