diff options
author | Marius Mauch <genone@gentoo.org> | 2007-12-04 10:46:23 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-12-04 10:46:23 +0000 |
commit | 753f6c378102af944cdf89311a8fd1d2f8ec68f8 (patch) | |
tree | 362b3043420e176db9b15b0fa0798aaba0228261 | |
parent | f125904b85b7d59cfa7ecb65b878228a6d6fd6b6 (diff) | |
download | portage-753f6c378102af944cdf89311a8fd1d2f8ec68f8.tar.gz portage-753f6c378102af944cdf89311a8fd1d2f8ec68f8.tar.bz2 portage-753f6c378102af944cdf89311a8fd1d2f8ec68f8.zip |
fix another typo
svn path=/main/trunk/; revision=8841
-rw-r--r-- | pym/_emerge/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index 3fa8f1769..ee58ff75d 100644 --- a/pym/_emerge/__init__.py +++ b/pym/_emerge/__init__.py @@ -6941,7 +6941,7 @@ def emerge_main(): return 1 if not setconfig.getSetAtoms(s): print "emerge: '%s' is an empty set" % s - elif action != None: + elif myaction != None: newargs.extend(setconfig.getSetAtoms(s)) else: newargs.append(SETPREFIX+s) |