projects
/
catalyst.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f97aefa
)
set 'target' properly
author
Andrew Gaffney
<agaffney@gentoo.org>
Sun, 29 Nov 2009 00:21:22 +0000
(18:21 -0600)
committer
Andrew Gaffney
<agaffney@gentoo.org>
Sun, 29 Nov 2009 00:21:22 +0000
(18:21 -0600)
modules/catalyst/config.py
patch
|
blob
|
history
diff --git
a/modules/catalyst/config.py
b/modules/catalyst/config.py
index f2aabad45a9089b4b3fe02213b969b4caf04e32f..2586c21bae38c8fa12d1dfdc37e6e7a6de8eae31 100644
(file)
--- a/
modules/catalyst/config.py
+++ b/
modules/catalyst/config.py
@@
-168,7
+168,7
@@
class Spec:
tmp.update(self.values['global'])
if target is None:
target = self.target
-
tmp['target'] = target
+ tmp['target'] = target
if target in self.values:
tmp.update(self.values[target])
return tmp