From: Guy Martin Date: Fri, 9 Jan 2004 21:55:40 +0000 (+0000) Subject: Fixed syntax error at line 259 X-Git-Tag: CATALYST_1_0_1~120 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5e8de06dbed3622479791f82c34715e2209e63c2;p=catalyst.git Fixed syntax error at line 259 git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@120 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/modules/targets.py b/modules/targets.py index c9fc2106..59602365 100644 --- a/modules/targets.py +++ b/modules/targets.py @@ -256,7 +256,7 @@ class generic_stage_target(generic_target): except CatalystError: self.unbind() raise CatalystError,"Stage build aborting due to error." -pass + pass def run(self): self.dir_setup()