projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f826f38
)
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:05:26 +0000
(
00:05
-0700)
pym/_emerge/main.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/main.py
b/pym/_emerge/main.py
index fe48763d0d66953b59863a1e85957a11e8265e9d..71ad6b42c49309b8e48a6d91151ee8aacfec6258 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":