Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 109261
Collapse All | Expand All

(-)bin/emaint (-1 / +1 lines)
Lines 62-68 Link Here
62
		raise ValueError("var not specified to exclusive()")
62
		raise ValueError("var not specified to exclusive()")
63
	if getattr(parser, var, ""):
63
	if getattr(parser, var, ""):
64
		raise OptionValueError("%s and %s are exclusive options" % (getattr(parser, var), value))
64
		raise OptionValueError("%s and %s are exclusive options" % (getattr(parser, var), value))
65
	setattr(parser, var, option)
65
	setattr(parser, var, str(option))
66
66
67
67
68
usage = "usage: emaint [options] " + " | ".join(module_names)
68
usage = "usage: emaint [options] " + " | ".join(module_names)

Return to bug 109261