Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 70652 Details for
Bug 109261
portage-2.0.53_rc5 emaint error on --check
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Grab str(option) in exclusive()
more-optionparse-annoyance.patch (text/plain), 479 bytes, created by
Jason Stubbs (RETIRED)
on 2005-10-14 05:12:18 UTC
(
hide
)
Description:
Grab str(option) in exclusive()
Filename:
MIME Type:
Creator:
Jason Stubbs (RETIRED)
Created:
2005-10-14 05:12:18 UTC
Size:
479 bytes
patch
obsolete
>Index: bin/emaint >=================================================================== >--- bin/emaint (revision 2128) >+++ bin/emaint (working copy) >@@ -62,7 +62,7 @@ > raise ValueError("var not specified to exclusive()") > if getattr(parser, var, ""): > raise OptionValueError("%s and %s are exclusive options" % (getattr(parser, var), value)) >- setattr(parser, var, option) >+ setattr(parser, var, str(option)) > > > usage = "usage: emaint [options] " + " | ".join(module_names)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 109261
: 70652