Revision bcb66fca lib/cli.py

b/lib/cli.py
716 716
      if status == constants.OP_STATUS_SUCCESS:
717 717
        has_ok = True
718 718
      elif status == constants.OP_STATUS_ERROR:
719
        errors.MaybeRaise(msg)
719 720
        if has_ok:
720 721
          raise errors.OpExecError("partial failure (opcode %d): %s" %
721 722
                                   (idx, msg))

Also available in: Unified diff