projects
/
catalyst.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c256be6
)
Fixed syntax error at line 259
author
Guy Martin
<gmsoft@gentoo.org>
Fri, 9 Jan 2004 21:55:40 +0000
(21:55 +0000)
committer
Guy Martin
<gmsoft@gentoo.org>
Fri, 9 Jan 2004 21:55:40 +0000
(21:55 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@120
d1e1f19c
-881f-0410-ab34-
b69fee027534
modules/targets.py
patch
|
blob
|
history
diff --git
a/modules/targets.py
b/modules/targets.py
index c9fc2106b39dcc07aee57c303b9c689c05d07465..5960236536cba686f6c92d54a956a9ad18246bbe 100644
(file)
--- 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()