Revision bcd35e09 lib/cli.py

b/lib/cli.py
412 412
    raise errors.ProgrammerError("tag_type not passed to _ExtractTagsObject")
413 413
  kind = opts.tag_type
414 414
  if kind == constants.TAG_CLUSTER:
415
    retval = kind, kind
415
    retval = kind, None
416 416
  elif kind in (constants.TAG_NODEGROUP,
417 417
                constants.TAG_NODE,
418 418
                constants.TAG_INSTANCE):

Also available in: Unified diff