From f635897e0c472430a10a225eb941d4e232aa14d9 Mon Sep 17 00:00:00 2001 From: Jason Stubbs Date: Sat, 17 Dec 2005 05:34:06 +0000 Subject: Fix missing ":" on except line. svn path=/main/trunk/; revision=2387 --- bin/ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ebuild b/bin/ebuild index 0225374e4..603212e25 100755 --- a/bin/ebuild +++ b/bin/ebuild @@ -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: -- cgit v1.2.3-1-g7c22