Tools: ccroot: fix typo introduced in e5cd63a6

This commit is contained in:
Jerome Carretero 2013-07-20 14:52:19 -04:00
parent 007acd87cf
commit edf26656ab
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ def use_rec(self, name, **kw):
for x in self.to_list(getattr(y, 'use', [])):
if self.env["STLIB_" + x]:
continue
try:
try:
p[x].append(name)
except KeyError:
p[x] = [name]