Fix missing ":" on except line.
authorJason Stubbs <jstubbs@gentoo.org>
Sat, 17 Dec 2005 05:34:06 +0000 (05:34 -0000)
committerJason Stubbs <jstubbs@gentoo.org>
Sat, 17 Dec 2005 05:34:06 +0000 (05:34 -0000)
svn path=/main/trunk/; revision=2387

bin/ebuild

index 0225374e467c943273c287220751b9e310b91564..603212e2564f0a034e708bb9efe3f7d606faaf44 100755 (executable)
@@ -74,7 +74,7 @@ for arg in pargs:
        except KeyboardInterrupt:
                print "Interrupted."
                a = 1
-       except KeyError
+       except KeyError:
                # aux_get error
                a = 1
        if a == None: