Revision 5cbf7832 lib/cli.py

b/lib/cli.py
464 464
    raise errors.ProgrammerError("tag_type not passed to _ExtractTagsObject")
465 465
  kind = opts.tag_type
466 466
  if kind == constants.TAG_CLUSTER:
467
    retval = kind, None
467
    retval = kind, ""
468 468
  elif kind in (constants.TAG_NODEGROUP,
469 469
                constants.TAG_NODE,
470 470
                constants.TAG_NETWORK,

Also available in: Unified diff