projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
733b0dc
)
Fix spelling of 'wildcards' in --exclude error.
author
Zac Medico
<zmedico@gentoo.org>
Thu, 7 Oct 2010 07:05:26 +0000
(
00:05
-0700)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 7 Oct 2010 07:12:04 +0000
(
00:12
-0700)
pym/_emerge/main.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/main.py
b/pym/_emerge/main.py
index 97d36426d6fd0d8be991eb3628d2d9a75ea706e3..765164efd6b06af9077b01fe799f8f32860e657f 100644
(file)
--- a/
pym/_emerge/main.py
+++ b/
pym/_emerge/main.py
@@
-798,7
+798,7
@@
def parse_opts(tmpcmdline, silent=False):
exclude.append(atom)
if bad_atoms and not silent:
- parser.error("Invalid Atom(s) in --exclude parameter: '%s' (only package names and slot atoms (with wi
dl
cards) allowed)\n" % \
+ parser.error("Invalid Atom(s) in --exclude parameter: '%s' (only package names and slot atoms (with wi
ld
cards) allowed)\n" % \
(",".join(bad_atoms),))
if myoptions.fail_clean == "True":