From: Zac Medico Date: Wed, 23 Jul 2008 20:23:22 +0000 (-0000) Subject: Fix typo, found by pyflakes. X-Git-Tag: v2.2_rc3~1 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=094b064e5d5fcb933cc83dadd2059a2c16768fd2;p=portage.git Fix typo, found by pyflakes. svn path=/main/trunk/; revision=11178 --- diff --git a/bin/portageq b/bin/portageq index 117549fcb..be7f51a88 100755 --- a/bin/portageq +++ b/bin/portageq @@ -383,7 +383,7 @@ def get_repo_path(argv): if len(argv) < 2: print "ERROR: insufficient parameters!" sys.exit(2) - for arg in arvg[1:]: + for arg in argv[1:]: print portage.db[argv[0]]["porttree"].dbapi.getRepositoryPath(argv[1]) def list_preserved_libs(argv):